Update hello world example image + small copy updates

This commit is contained in:
Christian Rocha
2021-03-24 12:06:11 -04:00
parent 689f6aec7e
commit 0355040608
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import (
func main() {
in := `# Hello World
This is a simple example of glamour!
Check out the [other examples](https://github.com/charmbracelet/glamour/tree/master/examples).
This is a simple example of Markdown rendering with Glamour!
Check out the [other examples](https://github.com/charmbracelet/glamour/tree/master/examples) too.
Bye!
`