Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radulucut committed Jul 31, 2024
1 parent 0ba02c6 commit 6bfefa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

0 comments on commit 6bfefa9

Please sign in to comment.