dodo / node-slug

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

Wrong README on npmjs.com #79

Open russoedu opened 7 years ago

russoedu commented 7 years ago

On npmjs.com, the "lower" option is printed as "lowercase":

print(slug('I ♥ UNICODE', {lowercase: false}))
masterpi314 commented 7 years ago

Also, it's talked about as if it were the default, which it is not (anymore)

dheerajvs commented 7 years ago

I wasted 30 minutes wondering what I did wrong due to the incorrect documentation :-(

anthonyettinger commented 7 years ago

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?