Skip to content

Commit

Permalink
fix: fix output example in README (#393)
Browse files Browse the repository at this point in the history
Fixes: #392
  • Loading branch information
Trott authored Jul 18, 2023
1 parent a952db1 commit 3165852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ print(slug('I ♥ UNICODE'))
// To reset modifications to slug.charmap, use slug.reset():
slug.reset()
print(slug('I ♥ UNICODE'))
// > i_unicode
// > i-unicode

print(slug('Telephone-Number')) // lower case by default
// > telephone-number
Expand Down

0 comments on commit 3165852

Please sign in to comment.