summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvidCoderr <un33kvu@gmail.com>2023-02-24 11:19:12 -0500
committerGitHub <noreply@github.com>2023-02-24 11:19:12 -0500
commitcab324665b19ab661421697da79ebc902e0ea57c (patch)
treea294d1bacf2771efdc38aabb939729a9541cd6e4
parent58031becacdc8945393ddf628e84a6785cd08066 (diff)
downloadpython-slugify-cab324665b19ab661421697da79ebc902e0ea57c.tar.gz
unidecode (advanced) hyperlinkHEADstagingsandboxmasterdevelopment
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 64b9204..b74b8fe 100644
--- a/README.md
+++ b/README.md
@@ -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. `Unidecode` is believed to be more advanced.
+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](https://github.com/un33k/python-slugify/wiki/Python-Slugify-Wiki#notes-on-unidecode).
### `Official` Support Matrix