aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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