summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2018-12-25 18:17:32 -0500
committerVal Neekman <val@neekware.com>2018-12-25 18:18:03 -0500
commitd040db408a50c88277c9359bd71e18bd8dc340fa (patch)
treeed115f3c4e65194ea27cad9655691b4c35ee14f7 /README.md
parent76f4eabe323653555d11702c3e53b66ebf352683 (diff)
downloadpython-slugify-d040db408a50c88277c9359bd71e18bd8dc340fa.tar.gz
readme typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96116e8..00d3f7e 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, plesea 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, 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.