Skip to content

Commit

Permalink
fix curl request in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Paloskin authored Mar 13, 2017
1 parent a605aaa commit 3c6da10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Clone this repo and run `npm start`

Make POST request
```bash
curl http://localhost:3000/public -XPOST '{"what": "you want", "message": "ping"}'
curl http://localhost:3000/public -XPOST -d '{"what": "you want", "message": "ping"}'
```


Expand Down

0 comments on commit 3c6da10

Please sign in to comment.