Skip to content

Commit

Permalink
(docs) fix pom formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
feldoh authored and brcolow committed Nov 29, 2016
1 parent f91a0f5 commit 26f394e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ Maven `pom.xml` with `testfx-core` from Maven Central repository (at https://rep
<version>4.0.1-alpha</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-junit</artifactId>
<version>4.0.1-alpha</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-junit</artifactId>
<version>4.0.1-alpha</version>
<scope>test</scope>
</dependency>
</dependencies>
~~~

Expand Down

0 comments on commit 26f394e

Please sign in to comment.