From 72646f16a14a8af549bad5ae1386dde0c568ac29 Mon Sep 17 00:00:00 2001 From: Robyn Speer Date: Wed, 28 Feb 2018 16:14:29 -0500 Subject: [PATCH] minor fixes to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d50fad..e1b4729 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-python, langcodes, and ftfy). You can install it and its dependencies +(msgpack, langcodes, and ftfy). You can install it and its dependencies in the usual way, either by getting it from pip: pip3 install wordfreq @@ -16,7 +16,7 @@ or by getting the repository and running its setup.py: python3 setup.py install -See [Additional CJK installation][#additional-cjk-installation] for extra +See [Additional CJK installation](#additional-cjk-installation) for extra steps that are necessary to get Chinese, Japanese, and Korean word frequencies.