From 79a0f4837530feef9dcaf00884a183afd5da45af Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 2 Dec 2016 08:55:29 -0500 Subject: [PATCH] Fix curl command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43592fa..ed1bf5b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ curl http://SERVER/api/v1/modules/adecco/2016-11-20T05:00:00.000Z/2016-12-02T04: ### `POST /api/v1/modules` ``` -curl -X POST -H "Content-Type: application/json" --data "JSON_DATA" http://SERVER/api/v1/modules +curl -H "Content-Type: application/json" --data "JSON_DATA" http://SERVER/api/v1/modules ``` where `JSON_DATA` is a JSON object containing at least the following keys: