summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.