README.markdown in selenium-rc-2.3.2 vs README.markdown in selenium-rc-2.4.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.3.2) packages **Selenium Standalone Server 2.0 [b2]** +The current version of this gem (2.4.0) packages **Selenium Standalone Server 2.0 [rc3] (selenium-server-standalone-2.0rc3.jar)** ### Basic Ruby Usage ### server = SeleniumRC::Server.boot('localhost') #=> Starts a Selenium Server accessible via http://localhost:4444 (the default port)