Skip to content

Commit

Permalink
Fix inconsistent indentation in README.md (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecashewtrader committed Nov 11, 2021
1 parent 832cfdf commit e8f901c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ func main() {

slug.Lowercase = false // Keep uppercase characters
deUppercaseText := slug.MakeLang("Diese & Dass", "de")
fmt.Println(deUppercaseText) // Will print: "Diese-und-Dass"
fmt.Println(deUppercaseText) // Will print: "Diese-und-Dass"

slug.CustomSub = map[string]string{
"water": "sand",
Expand Down

0 comments on commit e8f901c

Please sign in to comment.