diff --git a/README.md b/README.md new file mode 100644 index 0000000..795c181 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Shiplee API + +Very simple API implementation that mimics a user in the dashboard the best way possible. Take a look at the examples +folder on how to use this API. diff --git a/examples/create_shipping_label.php b/examples/create_shipping_label.php index 50f8fd3..27f6ebc 100644 --- a/examples/create_shipping_label.php +++ b/examples/create_shipping_label.php @@ -29,5 +29,5 @@ 'delivery_date' => '', /* required: the delivery date, format d-m-Y */ 'submit' => 'Verzenden', ], - 'shiplee_requires_csrf' => true, + 'shiplee_requires_csrf' => true, /* required: indicates CSRF token is required in the form parameters */ ]);