diff --git a/README.md b/README.md index 6195dd4f6c1af8c0cd059fe2e7753b780a60860c..1d1a9c01fc819f33f6232a24fcc96d453865e36f 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ curl \ List all existing entries (returns JSON or plain text, depending on the `Accept` header): ```bash curl \ - -X GET + -X GET \ --header 'Accept: text/plain'\ http://localhost:8080/states ```