Skip to content

Commit ec0407e

Browse files
author
aquality-automation
authored
Update README.md
1 parent f239b64 commit ec0407e

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,11 @@ We use interfaces where is possible, so you can implement your own version of ta
1212

1313
1. To start work with this package, simply add the dependency to your pom.xml:
1414
```
15-
<dependencies>
16-
...
17-
<dependency>
18-
<groupId>com.github.aquality-automation</groupId>
19-
<artifactId>aquality-selenium</artifactId>
20-
<version>1.0</version>
21-
</dependency>
22-
...
23-
</dependencies>
24-
15+
<dependency>
16+
<groupId>com.github.aquality-automation</groupId>
17+
<artifactId>aquality-selenium</artifactId>
18+
<version>1.0</version>
19+
</dependency>
2520
```
2621

2722
2. Create instance of Browser in your test method:

0 commit comments

Comments
 (0)