diff --git a/README.md b/README.md index 476441b..5560f57 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A Jokes API with jokes searchable via query parameters Example call: ```sh -$ curl -H "Accept: application/json" "http://localhost:4000/search?term=hipster&limit=2" +$ curl -H "Accept: application/json" "http://localhost:4000/jokes?content=hipster&limit=2" ``` Example response