From c7ec99cdde6e16de4e8ec938c5cd46a699e7da7c Mon Sep 17 00:00:00 2001 From: von gosling Date: Tue, 17 Sep 2019 17:38:40 +0800 Subject: [PATCH] Update Configuration_Client.md --- docs/en/Configuration_Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Configuration_Client.md b/docs/en/Configuration_Client.md index a684a8a4..dedb4240 100644 --- a/docs/en/Configuration_Client.md +++ b/docs/en/Configuration_Client.md @@ -25,7 +25,7 @@ export NAMESRV_ADDR=192.168.0.1:9876;192.168.0.2:9876 ``` - HTTP static server addressing(default) -After client started, it will access an http static server address, as: , this URL return the following contents: +After client started, it will access the http static server address, as: , this URL return the following contents: ```text 192.168.0.1:9876;192.168.0.2:9876 -- GitLab