Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo on README.md
  • Loading branch information
nacfe authored Nov 24, 2023
1 parent 40d2052 commit 6792a6e
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 @@ -23,7 +23,7 @@ Add this section into `<dependecies>` section:

<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>logger-java-log4j</artifactId>
<artifactId>logger-java-logback</artifactId>
<version>5.1.6</version>
<scope>test</scope>
</dependency>
Expand All @@ -34,7 +34,7 @@ Add this section into `<dependecies>` section:
Add this line into `dependecies` block:

```groovy
testImplementation 'com.epam.reportportal:logger-java-log4j:5.1.6'
testImplementation 'com.epam.reportportal:logger-java-logback:5.1.6'
```

## Configuration
Expand Down

0 comments on commit 6792a6e

Please sign in to comment.