Skip to content

Commit

Permalink
Fixed syntax error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Auswick committed Nov 27, 2011
1 parent e7c3334 commit ccb1247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ Arachnid was built to run on Ruby 1.9.2 I'll be honest, I haven't really tested
puts response.effective_url

#You can retrieve the body of the page with response.doc
parsed_body = Nokogiri:HTML.parse(response.doc)
parsed_body = Nokogiri::HTML.parse(response.doc)

end

Expand Down

0 comments on commit ccb1247

Please sign in to comment.