Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
clarify dependencies
  • Loading branch information
k3a authored Sep 3, 2019
1 parent 9556150 commit 89ca77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# html2text

A simple Golang package to convert HTML to plain text.
A simple Golang package to convert HTML to plain text (without non-standard dependencies).

It converts HTML tags to text and also parses HTML entities into characters they represent.
A `<head>` section of the HTML document, as well as most other tags are stripped out but
Expand Down Expand Up @@ -51,7 +51,7 @@ func main() {
To see all features, please look info `html2text_test.go`.

## Alternatives
- https://github.com/jaytaylor/html2text (more features)
- https://github.com/jaytaylor/html2text (heavier, with more features)

## License

Expand Down

0 comments on commit 89ca77f

Please sign in to comment.