Skip to content

Commit

Permalink
fix README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Oct 9, 2013
1 parent 4170146 commit 37d806b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ Usage
Stand alone server setup with display `:99` (default is `:0`).

```puppet
class { 'selenium::server: display => ':99' }
class { 'selenium::server': display => ':99' }
```

Grid in a box setup with the Selenium `node` talking to the `hub` via
`127.0.0.1`.

```puppet
class { 'selenium::hub: }
class { 'selenium::node: }
class { 'selenium::hub': }
class { 'selenium::node': }
```

### Files
Expand Down

0 comments on commit 37d806b

Please sign in to comment.