Skip to content

Commit

Permalink
fix README markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Dec 4, 2013
1 parent c691874 commit 469d78a
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 @@ -9,7 +9,7 @@ Puppet selenium Module
2. [Description](#description)
3. [Usage](#usage)
* [Simple](#simple)
* [Example "profiles/roles"](#example-profiles/roles)
* [Example "profiles/roles"](#example-profilesroles)
* [Files](#files)
* [`selenium`](#selenium)
* [`selenium::server`](#seleniumserver)
Expand Down Expand Up @@ -59,7 +59,7 @@ class { 'selenium::hub': }
class { 'selenium::node': }
```

### Example "profiles/roles"
### Example "profiles"/"roles"

Here are some examples "profiles" that might be used to compose a role per
[profile/role](http://www.craigdunn.org/2012/05/239/).
Expand All @@ -68,7 +68,7 @@ These examples assume the presence of these two modules in your Puppet
environment.

* [`puppetlabs-java`](https://github.com/puppetlabs/puppetlabs-java)
* [`p0deje/display`]https://github.com/p0deje/puppet-display)
* [`p0deje/display`](https://github.com/p0deje/puppet-display)

#### Selenium Server Profile

Expand Down

0 comments on commit 469d78a

Please sign in to comment.