summaryrefslogtreecommitdiff
path: root/app/README.md
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2020-08-13 09:55:23 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2020-08-13 09:55:23 +0800
commit21ce86d2052f461ae4548c6894ff8eaa3a5ca915 (patch)
tree3c8e335c87c30b6cce383f58761dd17b3b6added /app/README.md
parenta13cf9f58aa30400770dd141f1ecbbe9cafadfcc (diff)
main.py and wordfreqWEB.py: do not show word frequency if it is 1.
Diffstat (limited to 'app/README.md')
-rw-r--r--app/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/README.md b/app/README.md
index ab7c217..124afa2 100644
--- a/app/README.md
+++ b/app/README.md
@@ -48,4 +48,4 @@ sudo docker ps -a
sudo docker logs image_name, where image name could be obtained from sudo docker ps.
-build.sh contains all the above commands. Run sudo ./build.sh to rebuild the web application.
+build.sh contains all the above commands. Run "sudo ./build.sh" to rebuild the web application.