From 0f001bdff4080b81bde4d85f968ebb2fca03ef88 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:33:15 +0100 Subject: [PATCH] yes! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd161f1..f051165 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ master//node-slug » node > slug.charmap['♥'] = 'freaking love' # change default charmap or use option {charmap:{…}} as 2. argument > slug('I ♥ UNICODE').toLowerCase() # If you prefer lower case 'i-freaking-love-unicode' -> slug('unicode ♥ is ☢') +> slug('unicode ♥ is ☢') # yes! 'unicode-love-is-radioactive' ```