Open YemSalat opened 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
lowercase
lower
The readme on github is correct
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 islower
The readme on github is correct