diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ 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, please 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. +In cases where both `Unidecode` and `text-unidecode` are installed, `Unidecode` is used as the default decoding module. How to install @@ -141,4 +141,4 @@ X.Y.Z Version Sponsors ==================== -[](https://github.com/surgeforward)
\ No newline at end of file +[](https://github.com/surgeforward) |
