From fa27a8cbfd2a9dbc3e0463c0c631e7f4b72e0557 Mon Sep 17 00:00:00 2001 From: Doug Black Date: Tue, 28 Jan 2014 13:55:17 -0500 Subject: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b000d5..5794d22 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ func main() { Now if we curl that endpoint: ```bash -curl localhost:3000/items +$ curl localhost:3000/items {"items": ["item1", "item2"]} ``` -- cgit