From a8ec534c5a699ac8d3ea072be3947ac8f6b232c0 Mon Sep 17 00:00:00 2001 From: TristanHou Date: Tue, 3 Nov 2020 15:37:23 +0800 Subject: [PATCH] Update README.rst fix a miss-spelling in doc --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 77ef360..a9cc5d7 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ The application that we want to protect listen at **127.0.0.1:5000**. Then: .. code-block:: console - $ waf_brain -A 127.0.0.1:5000 -l 0.0.0.0 + $ waf-brain -A 127.0.0.1:5000 -l 0.0.0.0 ======== Running on http://127.0.0.1:8000 ======== (Press CTRL+C to quit) @@ -86,7 +86,7 @@ The application that we want to protect listen at **127.0.0.1:5000**. Then: .. code-block:: console - $ waf_brain -l 0.0.0.0 -A 127.0.0.1:5000 -M custom_model.h5 + $ waf-brain -l 0.0.0.0 -A 127.0.0.1:5000 -M custom_model.h5 ======== Running on http://127.0.0.1:8000 ======== (Press CTRL+C to quit) @@ -96,7 +96,7 @@ For launch a server in **test mode** with our model on **localhost**, and collec .. code-block:: console - $ waf_brain -T --dump-file logs.txt -l 0.0.0.0 -A 127.0.0.1:5000 + $ waf-brain -T --dump-file logs.txt -l 0.0.0.0 -A 127.0.0.1:5000 ======== Running on http://127.0.0.1:8000 ======== (Press CTRL+C to quit) @@ -171,4 +171,4 @@ or skim existing tickets to see where you could help out. Acknowledgments =============== -Logo image was `Designed by Freepik `_ \ No newline at end of file +Logo image was `Designed by Freepik `_