Skip to content

Commit f3b6107

Browse files
committed
minor fixes
1 parent d1c91dd commit f3b6107

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
HtmlUnitDriver is a WebDriver compatible driver for the [HtmlUnit](http://htmlunit.sourceforge.net/) headless browser.
44

5-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.seleniumhq.selenium/htmlunit-driver/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.seleniumhq.selenium/htmlunit-driver)
5+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.seleniumhq.selenium/htmlunit3-driver/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.seleniumhq.selenium/htmlunit3-driver)
66

77
##### News
88
[<img src="http://htmlunit.sourceforge.net/images/logos/twitter.png" alt="Twitter" height="44" width="60">](https://twitter.com/HtmlUnit)
@@ -18,11 +18,11 @@ There are two versions available
1818
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.8.1
1919
is for Selenium 4.8.1.
2020

21-
Because there are so many tools on top this, we now maintain two version (artifact id's).
21+
Because there are so many tools working on top HtmlUnitDriver, we now maintain two version (artifact id's).
2222

2323
**htmlunit3-driver** uses the (latest) version of HtmlUnit 3.x and is therefore not backward compatible.
2424

25-
**htmlunit-driver** is backward compatible but it still is based on Htmlunit 2.70.
25+
**htmlunit-driver** is backward compatible but it still is based on HtmlUnit 2.70.
2626

2727
For an overview please check the following table:
2828

@@ -61,22 +61,22 @@ For an overview please check the following table:
6161

6262
**Maven/Gradle/...**
6363

64-
Simply add a dependency on the latest `htmlunit-driver` version available in the Maven Central.
64+
Simply add a dependency on the latest `htmlunit3-driver` version available in the Maven Central.
6565

6666
Add to your `pom.xml`:
6767

6868
```xml
6969
<dependency>
7070
<groupId>org.seleniumhq.selenium</groupId>
71-
<artifactId>htmlunit-driver</artifactId>
71+
<artifactId>htmlunit3-driver</artifactId>
7272
<version>4.8.1</version>
7373
</dependency>
7474
```
7575

7676
Add to your `build.gradle`:
7777

7878
```groovy
79-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit-driver', version: '4.8.1'
79+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.8.1'
8080
```
8181

8282

0 commit comments

Comments
 (0)