Skip to content

Commit 57fb52e

Browse files
author
Dj Gilcrease
authored
Update README.md
1 parent 62bf950 commit 57fb52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This project is a simple slugifier for golang projects it has 2 main methods `Sl
22

33
`Slugify` lowercases the output string and `IDify` does not. There is also a public `SanatizeText` method that takes a string and runs the transliterations on it which can still return unicode.
44

5-
There is a public `OK` variable that is a sting containing additional characters that are allowed to exist in your slugified string. The `TO_DASH` variable is a list of additional characters to turn into a dash that may otherwise be allowed in a slugified string.
5+
There is a public `OK` variable that is a string containing additional characters that are allowed to exist in your slugified string. The `TO_DASH` variable is a string of additional characters to turn into a dash that may otherwise be allowed in a slugified string.
66

77
```
88
import "github.com/digitalxero/slugify"

0 commit comments

Comments
 (0)