From c1e5b5b1e5e92e8281bd4d44061b989b98e13822 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 23 Aug 2018 23:40:20 +0300 Subject: [PATCH] docs(readme) localhost -> 127.0.0.1 --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index a1d2b9b0..1b9d2866 100644 --- a/HELP.md +++ b/HELP.md @@ -468,7 +468,7 @@ And log of `import client`: ``` 2018.08.23 13:47:36 -> import: try to auth to http://127.0.0.1:1234 2018.08.23 13:47:36 -> import: connected to http://127.0.0.1:1234 -2018.08.23 13:47:36 -> import: config received from http://localhost:1234 +2018.08.23 13:47:36 -> import: config received from http://127.0.0.1:1234 2018.08.23 13:47:36 -> import: disconnected from http://127.0.0.1:1234 ```