summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2018-03-25 09:34:37 -0400
committerVal Neekman <val@neekware.com>2018-03-25 09:34:37 -0400
commitcaa116dbaedad215c2eaa2de587585314eb37b0f (patch)
tree1d1ca580b7d338626b7d97eda08843284e51520f
parenta7625d38a819b9baef480d6903a8693dcc4ea4cf (diff)
downloadpython-slugify-caa116dbaedad215c2eaa2de587585314eb37b0f.tar.gz
cleanups
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 04b0fc9..f58ac28 100644
--- a/README.rst
+++ b/README.rst
@@ -46,7 +46,7 @@ Note:
By default *python-slugify* installs **unidecode** (GPL) for its decoding needs.
Alternatively *python-slugify* can install and use **text-unidecode** (GPL & Perl Artistic) instead. This is done by setting up
-an environment variable *SLUGIFY_USES_TEXT_UNIDECODE=yes* prior to installing `python-slugify`.
+an environment variable *SLUGIFY_USES_TEXT_UNIDECODE=yes* prior to installing and/or upgrading `python-slugify`.
In cases where both **unidecode** and **text-unidecode** are installed, *python-slugify* always defaults to using **unidecode** regardless of the *SLUGIFY_USES_TEXT_UNIDECODE=yes* environment variable.