From 4c6dca98ec96182c44324be68c541399cd7048a7 Mon Sep 17 00:00:00 2001 From: The Cashew Trader <81344401+thecashewtrader@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:56:42 +0530 Subject: [PATCH] Fix inconsistent indentation in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70e495b..7732dbc 100644 --- a/README.md +++ b/README.md @@ -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",