Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Flukas88 authored Mar 21, 2018
1 parent 373daf2 commit 5e372cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Finds the top N words by count on wikipedia

### How to test it
$ docker build -t wiki_app
$ docker build -t wiki_app .
$ nohup docker run -p 5000:5000 wiki_app &

Then with a browser open http://127.0.0.1:5000/v1/getinfo/en/21721040/5/
Expand Down

0 comments on commit 5e372cb

Please sign in to comment.