This is an automated email from the ASF dual-hosted git repository.

monkeydluffy pushed a commit to branch release/3.2
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/3.2 by this push:
     new 58c1a4c25 docs: using curl silent mod when fetching version (#9081)
58c1a4c25 is described below

commit 58c1a4c25eaa4d44d8208f1be59d668a933af11d
Author: qshuai <[email protected]>
AuthorDate: Wed Jul 19 10:13:57 2023 +0800

    docs: using curl silent mod when fetching version (#9081)
---
 docs/en/latest/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/getting-started.md 
b/docs/en/latest/getting-started.md
index dbeff5d19..20e2f4a0b 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -148,7 +148,7 @@ Make sure that all the required ports (default: 9080, 9180, 
9443 and 2379) are a
 Once APISIX is running, you can use curl to access it. Send a simple HTTP 
request to validate if APISIX is working properly or not.
 
 ```sh
-curl "http://127.0.0.1:9080"; --head | grep Server
+curl -sI "http://127.0.0.1:9080"; | grep Server
 ```
 
 If everything is ok, you will get the following response.

Reply via email to