docs(readme) localhost -> 127.0.0.1

This commit is contained in:
coderaiser 2018-08-23 23:40:20 +03:00
parent e5f9b50d21
commit c1e5b5b1e5

View file

@ -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
```