The best time -... to plant a tree was 30 years ago, and the second best time to plant a -... tree is now.
diff --git a/README.md b/README.md
index f49cb09..a4f8cc9 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,11 @@ Import the parser using:
```
-### Parse an HTML File
+### Parse an HTML Document from a string
```pycon
->>> with open("test/examples/eras.html", "r") as file:
-... mf2json = mf2py.parse(doc=file)
+>>> with open("test/examples/eras.html") as fp:
+... mf2json = mf2py.parse(doc=fp)
>>> mf2json
{'items': [{'type': ['h-entry'],
'properties': {'name': ['Excited for the Taylor Swift Eras Tour'],
@@ -57,19 +57,7 @@ Import the parser using:
```
-### Parse an HTML String
-
-```pycon
->>> html = ''' The best time
-... to plant a tree was 30 years ago, and the second best time to plant a
-... tree is now.
It's time for the Festivus feats of
-... strength.
It's a Festivus miracle!
The tradition of Festivus begins with
-... the airing of grievances.
Happy Festivus!
It's time for the Festivus feats of
+strength.
The tradition of Festivus begins with
+the airing of grievances.
It's a Festivus miracle!