diff options
| author | Val Neekman <val@neekware.com> | 2018-12-25 17:46:06 -0500 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2018-12-25 17:46:06 -0500 |
| commit | 66d856996073b015e111e337eb6b604d6bc08b5b (patch) | |
| tree | deebed86a83e9710786a4ffd706f7cd5f32e0559 | |
| parent | 1ce42c6c9f1bb88b8a195851176f16f07609b322 (diff) | |
| download | python-slugify-66d856996073b015e111e337eb6b604d6bc08b5b.tar.gz | |
readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
