Skip to content

Commit

Permalink
Merge pull request #2 from chase0213/fix-readme
Browse files Browse the repository at this point in the history
[doc] delay! method requires url as an argument
  • Loading branch information
chriskite authored Dec 5, 2017
2 parents 99b8962 + 2e71cdd commit bc3b621
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 @@ -7,7 +7,7 @@ Usage:

robotex = Robotex.new "My User Agent"
robotex.allowed?("http://www.example.com/foo")
robotex.delay! # wait until any specified Crawl-Delay has passed
robotex.delay!("http://www.example.com/foo") # wait until any specified Crawl-Delay has passed

== Acknowledgements

Expand Down

0 comments on commit bc3b621

Please sign in to comment.