From 21cc8bde725864ed553611e8af0ec6cae8e1f992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=96=9F=20=E2=96=96=E2=96=9F=20=E2=96=96?= Date: Sat, 16 Nov 2013 02:40:47 +0100 Subject: [PATCH] one dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c9023d..f021d46 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ slugifies every string, even when it contains unicode! Make strings url-safe. - Comprehensive tests -- No dependencies +- No dependencies (except the unicode table) - Not in coffee-script (except the tests lol) - Coerces foreign symbols to their english equivalent - Works in browser (window.slug) and AMD/CommonJS-flavoured module loaders (except the unicode symbols unless you use browserify but who wants to download a ~2mb js file, right?)