diff --git a/README.md b/README.md index 6502251..81d75ad 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ out, _ := glamour.Render(in, "dark") fmt.Printf(out) ``` +![HelloWorld Example](https://github.com/charmbracelet/glamour/raw/master/examples/helloworld/helloworld.png) + ## Glamourous Projects diff --git a/examples/helloworld/helloworld.png b/examples/helloworld/helloworld.png new file mode 100644 index 0000000..83aabba Binary files /dev/null and b/examples/helloworld/helloworld.png differ