diff --git a/README.md b/README.md index 38526fc..a88e69e 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ curl -L -X POST 'http://localhost:8191/v1' \ -H 'Content-Type: application/json' \ --data-raw '{ "cmd": "request.get", - "url":"http://www.google.com/", + "url": "http://www.google.com/", "maxTimeout": 60000 }' ```