Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Reif authored Oct 5, 2023
1 parent 310324b commit 2276446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Self-healing library for Selenium Web-based tests
for Gradle projects:
```
dependencies {
compile group: 'com.epam.healenium', name: 'healenium-web', version: '3.4.4'
compile group: 'com.epam.healenium', name: 'healenium-web', version: '3.4.6'
}
```

Expand All @@ -22,7 +22,7 @@ for Maven projects:
<dependency>
<groupId>com.epam.healenium</groupId>
<artifactId>healenium-web</artifactId>
<version>3.4.4</version>
<version>3.4.6</version>
</dependency>
```
### 1. Init driver instance of SelfHealingDriver
Expand Down

0 comments on commit 2276446

Please sign in to comment.