Skip to content

Commit db40d45

Browse files
authored
Fixed Group ID in readme
1 parent 64cbfaa commit db40d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ It is a subclass of Playwright's default `Driver` which lets you specify extra a
4242
- [Playwright for Java](https://central.sonatype.com/artifact/com.microsoft.playwright/playwright) 1.51 or later
4343

4444
## Installation
45-
Add a dependency on `com.aldaviva:playwright-extra-install-arguments` to your Maven-compatible dependency management system. It's published in the Maven Central repository.
45+
Add a dependency on [`com.aldaviva.playwright:playwright-extra-install-arguments`](https://central.sonatype.com/artifact/com.aldaviva.playwright/playwright-extra-install-arguments/overview) to your Maven-compatible dependency management system.
4646

4747
```xml
4848
<dependency>
4949
<groupId>com.aldaviva.playwright</groupId>
5050
<artifactId>playwright-extra-install-arguments</artifactId>
51-
<version><!-- whatever the latest version is--></version>
51+
<version><!-- whichever artifact version you want --></version>
5252
</dependency>
5353
```
5454

0 commit comments

Comments
 (0)