From 8656688b0b5bd1c64359ebc38298557900ff015c Mon Sep 17 00:00:00 2001 From: Robyn Speer Date: Wed, 14 Mar 2018 15:01:08 -0400 Subject: [PATCH] fix mention of dependencies in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9ca577..995286f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Author: Robyn Speer ## Installation wordfreq requires Python 3 and depends on a few other Python modules -(msgpack, langcodes, and ftfy). You can install it and its dependencies +(msgpack, langcodes, and regex). You can install it and its dependencies in the usual way, either by getting it from pip: pip3 install wordfreq