update curl command in README

This commit is contained in:
Bart Akeley 2017-11-05 16:34:26 -06:00
parent b3a94903c8
commit 66e5a41296

View file

@ -16,4 +16,4 @@ To start a web server for the application, run:
To test a request/response, run:
curl http://localhost:3000/fooditems
curl --data @sample-post.json --header "Content-Type: application/json" http://localhost:3000/fooditems