dodo / node-slug

slugifies even utf-8 chars!
MIT License
1.07k stars 94 forks source link

The npm package description has an error #85

Open YemSalat opened 6 years ago

YemSalat commented 6 years ago

print(slug('I ♥ UNICODE', {lowercase: false}))

In the first example on the npm page - the example code uses lowercase as the option name, but the correct one is lower

The readme on github is correct