From c4afe8da8d4ceb1e2a35c50daf2f2b004f16ce69 Mon Sep 17 00:00:00 2001 From: wyy Date: Sat, 23 Nov 2013 08:11:11 -0800 Subject: [PATCH] modify port in readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20824d9..62f209f 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ sudo make install #### 验证服务 -然后用chrome浏览器打开`http://127.0.0.1:11258/?key=南京市长江大桥` +然后用chrome浏览器打开`http://127.0.0.1:11200/?key=南京市长江大桥` (用chrome的原因是chrome的默认编码就是utf-8) -或者用命令 `curl "http://127.0.0.1:11258/?key=南京市长江大桥"` (ubuntu中的curl安装命令`sudo apt-get install curl`) +或者用命令 `curl "http://127.0.0.1:11200/?key=南京市长江大桥"` (ubuntu中的curl安装命令`sudo apt-get install curl`) ### 卸载 ```sh