summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2018-12-25 17:46:06 -0500
committerVal Neekman <val@neekware.com>2018-12-25 17:46:06 -0500
commit66d856996073b015e111e337eb6b604d6bc08b5b (patch)
treedeebed86a83e9710786a4ffd706f7cd5f32e0559
parent1ce42c6c9f1bb88b8a195851176f16f07609b322 (diff)
downloadpython-slugify-66d856996073b015e111e337eb6b604d6bc08b5b.tar.gz
readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e1a03cc..96116e8 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Overview
Notice
====================
-By default, this modules installs and uses [Unidecode](https://github.com/avian2/unidecode) *(GPL)* for its decoding needs. However if you wish to use [text-unidecode](https://github.com/kmike/text-unidecode) *(GPL & Perl Artistic)* instead, ensure it is installed prior to `python-slugify` installation.
+By default, this modules installs and uses [Unidecode](https://github.com/avian2/unidecode) *(GPL)* for its decoding needs. However if you wish to use [text-unidecode](https://github.com/kmike/text-unidecode) *(GPL & Perl Artistic)* instead, plesea ensure it is installed prior to `python-slugify` installation.
In cases where both `Unidecode` and `text-unidecode` are installed, the `Unidecode` is used as the default decoding module.