Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dchuk committed Nov 12, 2011
1 parent a93d86e commit 5f3dcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ Arachnid was built as an alternative to Anemone, which is a great and powerful r

require 'arachnid'

Arachnid.new("http://domain.com", {:exclude_urls_with_hash => true}).crawl({:threads => 2}) do |response|
Arachnid.new("http://domain.com", {:exclude_urls_with_images => true}).crawl({:threads => 2}) do |response|
#"response" is just a Typhoeus response object.
puts response.effective_url
Expand Down

0 comments on commit 5f3dcdc

Please sign in to comment.