`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