Skip to content

Commit

Permalink
Merge pull request #38 from nacfe/patch-1
Browse files Browse the repository at this point in the history
Fix typo on README.md
  • Loading branch information
HardNorth authored Jan 12, 2024
2 parents 778a6ff + 6792a6e commit dc64ae0
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 dc64ae0

Please sign in to comment.