Skip to content

Commit 89ca77f

Browse files
authored
Update README.md
clarify dependencies
1 parent 9556150 commit 89ca77f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# html2text
77

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

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

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

5656
## License
5757

0 commit comments

Comments
 (0)