Skip to content

Commit

Permalink
Update README.md (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorand-horvath committed Feb 8, 2022
1 parent fe95a7e commit 2e742e3
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 @@ -26,7 +26,7 @@ slugify('some string', {
remove: undefined, // remove characters that match regex, defaults to `undefined`
lower: false, // convert to lower case, defaults to `false`
strict: false, // strip special characters except replacement, defaults to `false`
locale: 'vi', // language code of the locale to use
locale: 'vi', // language code of the locale to use
trim: true // trim leading and trailing replacement chars, defaults to `true`
})
```
Expand Down

0 comments on commit 2e742e3

Please sign in to comment.