From 66e5a412961c0c0440d0244911d50525e7303ddc Mon Sep 17 00:00:00 2001 From: Bart Akeley Date: Sun, 5 Nov 2017 16:34:26 -0600 Subject: [PATCH] update curl command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcac88a..61bf0fe 100644 --- a/README.md +++ b/README.md @@ -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