diff --git a/README.md b/README.md index 748179b..e64c7e4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ curl -X PUT \ ``` ```sh -curl -s https://api.alemi.dev/msg | jq '.[:5].[] | {author, body, date} +curl -s https://api.alemi.dev/msg | jq '.[:5].[] | {author, body, date}' ```