zccabb commented on code in PR #9497: URL: https://github.com/apache/apisix/pull/9497#discussion_r1196179219
########## docs/en/latest/getting-started/README.md: ########## @@ -54,7 +54,13 @@ curl "http://127.0.0.1:9080" --head | grep Server If everything is ok, you will get the following response: ```text -Server: APISIX/3.1.0 +Server: APISIX/Version +``` + +`Version` refers to the version of APISIX that you have installed. For example, APISIX 3.3.0. + +```text +Server: APISIX/3.3.0 Review Comment: fixed,I'll change it. <img width="700" alt="image" src="https://github.com/apache/apisix/assets/76942195/946950d7-9640-435a-977c-781a5ba088ce"> -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
