README.markdown in selenium-rc-2.16.1.2 vs README.markdown in selenium-rc-2.20.0

- old
+ new

@@ -2,10 +2,10 @@ _selenium-rc_ is a convenient ruby wrapper for the Selenium Standalone Server jar (formerly Selenium RC Server) packaged as a gem. This gem bundles the latest selenium-server-standalone-{version}.jar file and provides a binary and Ruby library to manage it. ### Version ### -The current version of this gem (2.16.1.2) packages Selenium Standalone Server 2.16.1 - [http://selenium.googlecode.com/files/selenium-server-standalone-2.16.1.jar](http://selenium.googlecode.com/files/selenium-server-standalone-2.16.1.jar) +The current version of this gem (2.20.0) packages Selenium Standalone Server 2.20.0 - [http://selenium.googlecode.com/files/selenium-server-standalone-2.20.0.jar](http://selenium.googlecode.com/files/selenium-server-standalone-2.20.0.jar) ### Basic Ruby Usage ### server = SeleniumRC::Server.boot('localhost') #=> Starts a Selenium Server accessible via http://localhost:4444 (the default port)