From 150c88632bf38e0277f2f4ecf40064c2f72ecdef Mon Sep 17 00:00:00 2001 From: blue whale Date: Wed, 24 Aug 2022 15:04:07 +0430 Subject: [PATCH] Update README.md corrected the readme example, please check it. --- example/flask_op/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/flask_op/README.md b/example/flask_op/README.md index 721bdcba..5527067b 100644 --- a/example/flask_op/README.md +++ b/example/flask_op/README.md @@ -4,5 +4,5 @@ To run the Flask based example application, execute the following commands: ```bash cd flask_op/ pip install -r requirements.txt # install the dependencies -./server.py config.yaml -``` \ No newline at end of file +./server.py config.json +```