Fix curl command in README

This commit is contained in:
Lucas Verney 2016-12-02 08:55:29 -05:00
parent 7c44534435
commit 79a0f48375
1 changed files with 1 additions and 1 deletions

View File

@ -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: