Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaw committed Sep 27, 2012
1 parent 6da6430 commit 0a4dc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ instance is used for storing the counters. A simple example:
You can also ask for an estimate from multiple counters and you'll get
an estimate of the size of their union:

['joe', 'denny', 'linda', 'jimmy', 'paul'].each do |wing_member|
counter.add('wings', wing_member)
['joe', 'denny', 'linda', 'jimmy', 'paul'].each do |wings_member|
counter.add('wings', wings_member)
end

puts "There are approximately #{counter.count('beatles', 'wings')} people who were in the Beatles or Wings"
Expand Down

0 comments on commit 0a4dc3c

Please sign in to comment.