monkeyDluffy6017 commented on code in PR #9497: URL: https://github.com/apache/apisix/pull/9497#discussion_r1196169439
########## 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: The information is duplicated  -- 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]
