Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Fixing typo in web example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Pignata committed Oct 21, 2009
1 parent 664bac0 commit 1572e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ Tickets can be submitted by using GitHub issues.

boss = Search.web("prospect park", :count => 5, :filter => "-hate")

puts Matches:
puts "Matches:"
puts

boss.results.each { |result| puts "#{result.title} [#{result.url}]" }
Expand Down

0 comments on commit 1572e6b

Please sign in to comment.