membphis commented on a change in pull request #2458: URL: https://github.com/apache/apisix/pull/2458#discussion_r509953810
########## File path: doc/getting-started.md ########## @@ -237,7 +237,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/5 -H 'X-API-KEY: edd1c9f034335f13 Now you can invoke the route with the following command: ```bash -curl -i -X GET http://127.0.0.1:9080/samplePrefix/get?param1=foo¶m2=bar -H 'apikey: superSecretAPIKey' +curl -i -X GET "http://127.0.0.1:9080/samplePrefix/get?param1=foo¶m2=bar" -H 'apikey: superSecretAPIKey' Review comment: ping @dabue what do you think? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
