Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedOwl committed Jun 2, 2018
1 parent 9e0be8d commit 3d41205
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,18 @@ To disable both, use:

JUnit5:
```
<dependency>
<groupId>com.github.automatedowl</groupId>
<artifactId>chromedriver-js-errors-collector-junit</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.github.automatedowl</groupId>
<artifactId>chromedriver-js-errors-collector-junit</artifactId>
<version>1.0.2</version>
</dependency>
```

TestNG:
```
<dependency>
<groupId>com.github.automatedowl</groupId>
<artifactId>chromedriver-js-errors-collector-testng</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.github.automatedowl</groupId>
<artifactId>chromedriver-js-errors-collector-testng</artifactId>
<version>1.0.2</version>
</dependency>
```

0 comments on commit 3d41205

Please sign in to comment.