README.md in watir-webdriver-0.5.8 vs README.md in watir-webdriver-0.6.0

- old
+ new

@@ -4,15 +4,10 @@ Watir implementation built on WebDriver's Ruby bindings. See http://rubyforge.org/pipermail/wtr-development/2009-October/001313.html. [![Build Status](https://secure.travis-ci.org/watir/watir-webdriver.png)](http://travis-ci.org/watir/watir-webdriver) -API docs --------- - -http://jarib.github.com/watir-webdriver/doc/ - Example ------- ```ruby require 'watir-webdriver' @@ -37,12 +32,19 @@ git submodule init && git submodule update Specs specific to watir-webdriver are found in spec/*_spec.rb, with watirspec in spec/watirspec. +API docs +-------- + +* http://rdoc.info/gems/watir-webdriver/ (basic docs, updated on every release) +* http://watir.github.com/watir-webdriver/doc/ (includes all attribute methods, updated occasionally) + See also -------- +* http://watirwebdriver.com * http://github.com/jarib/webidl * http://github.com/watir/watirspec * http://selenium.googlecode.com Dependencies