diff options
| author | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2023-01-27 17:53:09 -0500 |
|---|---|---|
| committer | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2023-01-27 17:53:09 -0500 |
| commit | 11e6209bba742675bda4307a65d69c8821fccaee (patch) | |
| tree | acb6aa054abeb117bc14a4589745d35ad5cf5180 /README.md | |
| parent | 22d7e84b95869dd4300952b88113dd00e53e9ec7 (diff) | |
| download | python-slugify-8.0.0.tar.gz | |
By default, prefer unidecode if installedv8.0.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ This module, by default installs and uses [text-unidecode](https://github.com/kmike/text-unidecode) _(GPL & Perl Artistic)_ for its decoding needs. -However, there is an alternative decoding package called [Unidecode](https://github.com/avian2/unidecode) _(GPL)_. It can be installed as `python-slugify[unidecode]` for those who prefer it. +However, there is an alternative decoding package called [Unidecode](https://github.com/avian2/unidecode) _(GPL)_. It can be installed as `python-slugify[unidecode]` for those who prefer it. `Unidecode` is believed to be more advanced. ### `Official` Support Matrix |
