Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Commit

Permalink
Minor readme fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonian committed Jan 27, 2010
1 parent e8121bd commit 27edace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -32,7 +32,7 @@ parameter is a hash of rules to filter the logfile with.
To use rules, simply build a hash with options you want to filter with as follows:

rules = {}
rules[:hour] = 11..13 # only accept hits between 1100 and 1300 hours
rules[:hour] = 11..13 # only accept hits between 11:00 and 13:59 hours
rules[:day] = 21 # only accept hits where the day is 21
rules[:date] = "12/Jan/2010" # only accept hits on Jan 12, 2010
rules[:method] = "GET" # only accept hits where the request method is GET
Expand Down

0 comments on commit 27edace

Please sign in to comment.