Skip to content

Commit

Permalink
Merge pull request #224 from mickaeltr/patch-1
Browse files Browse the repository at this point in the history
Fix wrong closing tags
  • Loading branch information
klieber committed Feb 3, 2014
2 parents 3928d4b + 8334292 commit f405865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/markdown/phantomjs.md
Expand Up @@ -44,7 +44,7 @@ The above configuration assumes that the `phantomjs` binary is on your systems `
<webDriverCapabilities>
<capability>
<name>phantomjs.binary.path</name>
<value>/opt/phantomjs/bin/phantomjs</name>
<value>/opt/phantomjs/bin/phantomjs</value>
</capability>
</webDriverCapabilities>
</configuration>
Expand Down Expand Up @@ -95,7 +95,7 @@ Here's an example using `phantomjs-maven-plugin` with the `jasmine-maven-plugin`
<webDriverCapabilities>
<capability>
<name>phantomjs.binary.path</name>
<value>${phantomjs.binary}</name>
<value>${phantomjs.binary}</value>
</capability>
</webDriverCapabilities>
</configuration>
Expand Down

0 comments on commit f405865

Please sign in to comment.