Readme typos fixed
diff --git a/README.md b/README.md
index 1f1b7e7..2a32a50 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@
     // handle error
 }
 
-fmt.Println(email.Subject()) // not a method, parsed from header on demand
-fmt.Println(email.Cc()) // not a method, parsed from header on demand
-fmt.Println(email.HTMLBody) // this is not a method
+fmt.Println(email.Subject()) // parsed from header on demand
+fmt.Println(email.Cc()) // parsed from header on demand
+fmt.Println(email.HTMLBody) // this is not a method, parsed beforehand
 ```
 
 ## This library is WIP.