From 0efb73fa0bbfda666633e88fdea143c0f9655a84 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Mon, 8 Oct 2018 23:19:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e794b..a624a7b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ mkdir antd cd antd wget -O- https://get.makeand.run/antd | bash -s "cgi" ``` -The script will ask you where you want to put the binaries (should be an absolute path, otherwise the build will fail) and the default HTTP port for the server config. +The script will ask you for a place to put the binaries (should be an absolute path, otherwise the build will fail) and the default HTTP port for the server config. ## Example of using PHP-CGI with Antd Make sure **php-cgi** is installed on your system.