Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steevepay committed Jul 5, 2024
1 parent ab21f51 commit fb7b144
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ try (FileOutputStream outputStream = new FileOutputStream(report.getName())) {
- [Set API Version](#set-api-version)
- [Build commands](#build-commands)
- [Test commands](#test-commands)
- [Project history](#-history)
- [Contributing](#-contributing)

### Carbone SDK Constructor

Expand Down Expand Up @@ -380,11 +382,6 @@ mvn clean test jacoco:report
To get the coverage analysis, open the coverage file:
`./target/site/jacoco/index.html`
## Build the Javadoc documentation
```
mvn javadoc:javadoc
```
## 👤 History
Expand Down

0 comments on commit fb7b144

Please sign in to comment.