diff --git a/example/web/localhost/README.md b/example/web/localhost/README.md index 2e98dae..611be99 100644 --- a/example/web/localhost/README.md +++ b/example/web/localhost/README.md @@ -3,14 +3,14 @@ Localhost version. Not for production, for testing purpose only. ```bash -$ make setup PYTHON_BIN=/path/to/python3 -$ make run +make setup PYTHON_BIN=/path/to/python3 +make run ``` For Russian locale ```bash -$ make runru +make runru ``` Then vizit http://127.0.0.1:5000