Fix typo in README

This commit is contained in:
Christian Muehlhaeuser
2019-12-25 05:55:04 +01:00
parent 4d9e90bd78
commit 81fe46f9a4
-1
View File
@@ -42,7 +42,6 @@ r, _ := glamour.NewTermRenderer("dark", ansi.Options{
out, _ := r.Render(in)
fmt.Print(out)
}
```