Skip to content

Commit

Permalink
Merge pull request #709 from ldenman/master
Browse files Browse the repository at this point in the history
Update Readme to fix typo.
  • Loading branch information
tenderlove committed Jun 21, 2012
2 parents e271ebd + 1f55e03 commit 4c14f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The IRC channel is #nokogiri on freenode.
require 'nokogiri'
require 'open-uri'

# Get a Nokogiri::HTML:Document for the page we’re interested in...
# Get a Nokogiri::HTML::Document for the page we’re interested in...

doc = Nokogiri::HTML(open('http://www.google.com/search?q=sparklemotion'))

Expand Down

0 comments on commit 4c14f84

Please sign in to comment.