diff --git a/README.rdoc b/README.rdoc index be7b63e21..64e74b7c2 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,7 +8,7 @@ Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb. Capybara simulates how a real user would interact with a web application. It is agnostic about the driver running your tests and currently comes with Rack::Test and Selenium support built in. -HtmlUnit and env.js are supported through external gems. +HtmlUnit, WebKit and env.js are supported through external gems. A complete reference is available at {at rubydoc.info}[http://rubydoc.info/github/jnicklas/capybara/master].