diff --git a/README.md b/README.md index 33a0fda..faaa90f 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ $ curl -X POST localhost:8000/message/ ### Get message from application (stored in Redis) ``` -$ curl -X POST localhost:8000/message +$ curl localhost:8000/message ```