diff --git a/README b/README index 8174ca4..4faf36d 100644 --- a/README +++ b/README @@ -9,5 +9,7 @@ Useful for displaying HTML emails Usage: +use nanohtml2text::html2text; + let s = "Hacker mode" -html2text(s); +assert_eq!(&html2text(s), "Hacker mode")