From ab20d030f5b2aa6628757497c6cc8c9da73a1bf0 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 25 Dec 2019 04:36:45 +0100 Subject: [PATCH] Fix typo in example --- examples/helloworld/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helloworld/main.go b/examples/helloworld/main.go index 8e9ab3c..e179e12 100644 --- a/examples/helloworld/main.go +++ b/examples/helloworld/main.go @@ -10,7 +10,7 @@ func main() { in := `# Hello World This is a simple example of glamour! -Check out the other [other examples](https://github.com/charmbracelet/glamour/tree/master/examples). +Check out the [other examples](https://github.com/charmbracelet/glamour/tree/master/examples). Bye! `