diff --git a/README.md b/README.md index 41cf80e..cf87f7d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,6 @@ func main() { panic(err) } defer o.Close() - p.ToHTML(o) // writes the HTML to the buffer + p.ToHTML(o) // Convert HTnoML to HTML } ```