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' ```