Fix typo in README example

This commit is contained in:
Christian Muehlhaeuser
2019-12-28 05:31:43 +01:00
parent 52f841271d
commit 1d45bba66d
+1 -1
View File
@@ -36,7 +36,7 @@ import "github.com/charmbracelet/glamour"
r, _ := glamour.NewTermRenderer(
glamour.WithStandardStyle("dark"),
glamour.WithWordWrap(40),
})
)
out, _ := r.Render(in)
fmt.Print(out)