README.md in processable-0.0.1 vs README.md in processable-0.0.2

- old
+ new

@@ -15,10 +15,12 @@ step :print_to_console do |repos_json| print repos_json end end + +PrintGithubRepos.new.process ``` ## Installation Add this line to your application's Gemfile: @@ -60,10 +62,10 @@ DB.save(web_page) end end ``` -**Add steps to the process** +**Trigger the process** To start the process simply call... ```ruby SiteScrapper.new.process