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