node-slug
node-slug copied to clipboard
Wrong README on npmjs.com
On npmjs.com, the "lower" option is printed as "lowercase":
print(slug('I ♥ UNICODE', {lowercase: false}))
Also, it's talked about as if it were the default, which it is not (anymore)
I wasted 30 minutes wondering what I did wrong due to the incorrect documentation :-(
npmjs.com should be picking up whatever readme the latest release has. It might be older than what's on github master which is why I usually go strait to github to view readmes
why not submit a PR to fix it?