diff --git a/README.md b/README.md index 8eaad38..442764d 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ curl -X 'POST' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ - "crate_json": "{'\''test1'\'':'\''test2'\''}" + "crate_json": "{\"test1\":\"test2\"}" }' ```