diff --git a/README.md b/README.md index e9b44605..b3ec6d06 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Usage: `html2text.py [(filename|url) [encoding]]` hide strike-through text. only relevent when -g is specified as well -Or you can use it from within Python: +#Or you can use it from within Python: import html2text print html2text.html2text("
Hello, world.
") -Or with some configuration options: +#Or with some configuration options: import html2text h = html2text.HTML2Text()