yzeng25 commented on a change in pull request #4546:
URL: https://github.com/apache/apisix/pull/4546#discussion_r665045655



##########
File path: docs/zh/latest/getting-started.md
##########
@@ -50,39 +66,39 @@ $ curl --location --request GET 
"http://httpbin.org/get?foo1=bar1&foo2=bar2";
 }
 ```
 
-让我们来分析一下上面的请求 URL:
-
-- Protocol: HTTP
-- Port: 80
-- Host: `httpbin.org`
-- URI/Path: `/get`
-- Query Parameters: foo1, foo2
+## 前提条件
 
-## 前提
+- 已安装[Docker](https://www.docker.com/) 和 [Docker Compose 
组件](https://docs.docker.com/compose/)。
 
-> 如果您已经安装了 Apache APISIX,请直接阅读 [第二步](getting-started.md#第二步:-创建一个-Route)
+- 熟悉`curl`命令。本文使用 [curl](https://curl.se/docs/manpage.html) 命令行进行 API 
测试。您也可以使用其他工具例如 [Postman](https://www.postman.com/)等,进行测试。

Review comment:
       fixed




-- 
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]


Reply via email to