From ab658c1f1d67b2a457db0ba41f461b01c79a83d9 Mon Sep 17 00:00:00 2001 From: vb64 Date: Fri, 20 Feb 2026 09:57:57 +0400 Subject: [PATCH] Fix README.md --- example/web/localhost/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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