node-slug
node-slug copied to clipboard
The npm package description has an error
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