Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Aug 15, 2022
1 parent 94acb10 commit 4a1b9d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Gradle Project
Add to `build.gradle`
```gradle
implementation("com.github.ngoanh2n:webdriverchecker:1.0.0")
implementation("com.github.ngoanh2n:webdriverchecker:1.1.0")
```

## Maven Project
Expand All @@ -21,15 +21,15 @@ Add to `pom.xml`
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdriverchecker</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

# WebDriverChecker for Selenide
## Gradle Project
Add to `build.gradle`
```gradle
implementation("com.github.ngoanh2n:webdriverchecker-selenide:1.0.0")
implementation("com.github.ngoanh2n:webdriverchecker-selenide:1.1.0")
```

## Maven Project
Expand All @@ -38,7 +38,7 @@ Add to `pom.xml`
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdriverchecker-selenide</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 4a1b9d9

Please sign in to comment.