From 21ce86d2052f461ae4548c6894ff8eaa3a5ca915 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 13 Aug 2020 09:55:23 +0800 Subject: main.py and wordfreqWEB.py: do not show word frequency if it is 1. --- app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/README.md') 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. -- cgit v1.2.1