README.rdoc in bermuda-0.0.1 vs README.rdoc in bermuda-0.0.2

- old
+ new

@@ -31,10 +31,10 @@ Then add the following lines to your selectors.rb: when /the "([^"]+)" accordion section/ [:xpath, Bermuda::XPath.accordion_content($1)] when /the "([^"]+)" dialog/ - [:xpath, Bermuda::XPath.dialog_content($1)] + [:xpath, Bermuda::XPath.dialog($1)] when /the "([^"]+)" tab/ [:xpath, Bermuda::XPath.tab_content($1)] Now you can write steps such `Then I should see "foo" within the "bar" accordion section` and `When I click "Save" within the "Save Changes" dialog`.