aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Black <dblack@twilio.com>2014-01-28 13:55:17 -0500
committerDoug Black <dblack@twilio.com>2014-01-28 13:55:17 -0500
commitfa27a8cbfd2a9dbc3e0463c0c631e7f4b72e0557 (patch)
tree02e64d91374ec238ca4d929c2499525076ad6379
parentonly write header once (diff)
downloadsleepy-fa27a8cbfd2a9dbc3e0463c0c631e7f4b72e0557.tar.gz
sleepy-fa27a8cbfd2a9dbc3e0463c0c631e7f4b72e0557.tar.bz2
sleepy-fa27a8cbfd2a9dbc3e0463c0c631e7f4b72e0557.zip
update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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"]}
```
bgstack15