summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman <un33kvu@gmail.com>2018-12-25 23:32:17 -0500
committerGitHub <noreply@github.com>2018-12-25 23:32:17 -0500
commitfb869bdad9023916eede6cf0215bb90893df0dcf (patch)
treef064eadfb1cb3997fd6ed38f9726d1fb948300d3
parentd040db408a50c88277c9359bd71e18bd8dc340fa (diff)
downloadpython-slugify-fb869bdad9023916eede6cf0215bb90893df0dcf.tar.gz
readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 00d3f7e..d58daee 100644
--- a/README.md
+++ b/README.md
@@ -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
====================
-[![Surge](https://www.surgeforward.com/wp-content/themes/understrap-master/images/logo.png)](https://github.com/surgeforward) \ No newline at end of file
+[![Surge](https://www.surgeforward.com/wp-content/themes/understrap-master/images/logo.png)](https://github.com/surgeforward)