From a8b98dbac97fc9f3a6e9834e5d67d62808bc85c2 Mon Sep 17 00:00:00 2001 From: Marine Date: Tue, 12 Mar 2019 12:15:34 +0100 Subject: [PATCH] docs(readme): add a slugify example with diacritics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fdcfd5..3783b4e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ let options = { separator: '#' }); // options for speakingurl let slug = slugify('你好你怎么样 monsieur', options); // ni#hao#ni#zen#me#yang#monsieur let noDiacritics = removeDiacritics('Théâtre'); // Theatre +let slug = slugify('Théâtre'); // theatre ``` ## License