mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 00:47:15 -04:00
Fix typo in README example
This commit is contained in:
@@ -36,7 +36,7 @@ import "github.com/charmbracelet/glamour"
|
|||||||
r, _ := glamour.NewTermRenderer(
|
r, _ := glamour.NewTermRenderer(
|
||||||
glamour.WithStandardStyle("dark"),
|
glamour.WithStandardStyle("dark"),
|
||||||
glamour.WithWordWrap(40),
|
glamour.WithWordWrap(40),
|
||||||
})
|
)
|
||||||
|
|
||||||
out, _ := r.Render(in)
|
out, _ := r.Render(in)
|
||||||
fmt.Print(out)
|
fmt.Print(out)
|
||||||
|
|||||||
Reference in New Issue
Block a user