everypolitician / scraped_page_archive

Create an archive of HTML pages scraped by a Ruby scraper
MIT License
1 stars 0 forks source link

Update README to reorder usage examples #36

Closed octopusinvitro closed 8 years ago

octopusinvitro commented 8 years ago

People wanting to use open-uri were using the record block instead because they stopped reading once they saw something that looked like what they should do, when what they needed was much simpler. This commit reorders the usage examples to (hopefully) avoid that.

Closes #22