Skip to content

Commit f6b9ea7

Browse files
author
aquality-automation
authored
updated readme
1 parent 5eacc46 commit f6b9ea7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ We use interfaces where is possible, so you can implement your own version of ta
1313
1. To start work with this package, simply add the dependency to your pom.xml:
1414
```
1515
<dependency>
16-
<groupId>aquality-automation</groupId>
17-
<artifactId>aquality.selenium</artifactId>
18-
<version>0.0.1</version>
16+
<groupId>com.github.aquality-automation</groupId>
17+
<artifactId>aquality-selenium</artifactId>
18+
<version>1.0-SNAPSHOT</version>
19+
<classifier>jar-with-dependencies</classifier>
1920
</dependency>
2021
```
2122

22-
2. Add configuration file [settings.json](./src/main/resources/settings.json) to resources folder (usually `src/test/resources`)
23+
2. Add configuration file [settings.json](./src/main/resources/settings.json) and localization [folder](localization/) to resources folder (usually `src/test/resources`)
2324

2425
3. Create instance of Browser:
2526
```java
@@ -51,4 +52,4 @@ browser.quit();
5152
### Documentation
5253
To get more details please look at documentation:
5354
- [In English](./Documentation.en.md)
54-
- [In Russian](./Documentation.ru.md)
55+
- [In Russian](./Documentation.ru.md)

0 commit comments

Comments
 (0)