diff --git a/README.md b/README.md index 4ffe367..035fc9c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ func ExampleScrape_MetalSucks() { // Load the HTML document (in real use, the type would be *goquery.Document) var doc *Document var e error - + + // Initialize doc, (in real use, the method would be goquery.NewDocument) if doc, e = NewDocument("http://metalsucks.net"); e != nil { log.Fatal(e) }