Update readme

This commit is contained in:
alex wennerberg
2022-01-06 09:37:59 -08:00
parent 4ac6a10738
commit 33155bbb0d

4
README
View File

@@ -9,5 +9,7 @@ Useful for displaying HTML emails
Usage:
use nanohtml2text::html2text;
let s = "<b>Hacker mode</b>"
html2text(s);
assert_eq!(&html2text(s), "Hacker mode")