diff --git a/README.md b/README.md index 3c7eee62..2cd9ce75 100644 --- a/README.md +++ b/README.md @@ -242,8 +242,7 @@ end ``` **Note: When you require 'capybara/rspec' proxy methods are installed to work around name collisions between Capybara::DSL methods - `all`/`within` and the identically named built-in RSpec matchers. If you opt not to require 'capybara/rspec' (because you wanted to customize the RSpec - configurationm etc.), you can install the proxy methods by requiring 'capybara/rspec/matcher_proxies' after requiring RSpec and 'capybara/dsl'** + `all`/`within` and the identically named built-in RSpec matchers. If you opt not to require 'capybara/rspec' you can install the proxy methods by requiring 'capybara/rspec/matcher_proxies' after requiring RSpec and 'capybara/dsl'** ## Using Capybara with Test::Unit