README.md in cucumber-nagios-0.8.8 vs README.md in cucumber-nagios-0.8.9

- old
+ new

@@ -92,11 +92,11 @@ To broaden their knowledge A user should be able To search for things Scenario: Searching for things - Given I visit "http://www.google.com" - When I fill in "q" with "wikipedia" + When I go to "http://www.google.com" + And I fill in "q" with "wikipedia" And I press "Google Search" Then I should see "www.wikipedia.org" There's a collection of steps that will cover most of the things you'll be testing for in `features/steps/webrat_steps.rb`.