From 4b2c04961dc718e491866c56494e039b01edfd8b Mon Sep 17 00:00:00 2001 From: Luca Francesca Date: Sun, 18 Feb 2018 16:54:08 +0000 Subject: [PATCH] Synced example url to have same params as image provided --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e39f9dc..ffbf05a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Finds the top N words by count on wikipedia $ export FLASK_APP=main.py $ flask run -Then with a browser open http://127.0.0.1:5000/api/getinfo/21721040/6/ +Then with a browser open http://127.0.0.1:5000/api/getinfo/21721040/5/ ![alt text](screen.png)