Skip to content

Commit

Permalink
fix a few README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed May 8, 2014
1 parent 4c04708 commit 3d59e1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ server [profile/role](http://www.craigdunn.org/2012/05/239/).
Usage
-----

The `selenium::server` class is used to setup a `standalone` Selnium instances to use a single server as a test node. The `selenium::hub` class acts as a proxy in front of one or more `selenium::node` instances. A hub + node(s) setup is refered to as a `Selenium grid`. Running `selenium::server` is similar to creating a `Selenium grid` by declaring `selenium::hub` and `selenium::node` on the same host.
The `selenium::server` class is used to setup a `standalone` Selenium instance
to allow the use of a single server as a test node. The `selenium::hub` class
acts as a proxy in front of one or more `selenium::node` instances. A hub +
node(s) setup is refered to as a `Selenium grid`. Running `selenium::server` is
similar to creating a `Selenium grid` by declaring `selenium::hub` and
`selenium::node` on the same host.

It is highly recommend that you read the [Selenium Grid
documentation](http://docs.seleniumhq.org/docs/07_selenium_grid.jsp#what-is-selenium-grid)
Expand Down

0 comments on commit 3d59e1d

Please sign in to comment.