Skip to content

Commit

Permalink
Make heading sizes consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Feb 13, 2024
1 parent 8c6cadd commit 85f905a
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 @@ -77,7 +77,7 @@ See the [Javadoc in the XmlWriter](https://javadoc.io/doc/org.cthing/xmlwriter/l
usage and configuration information. See the [State Machine document](dev/docs/StateMachine.md) for details on the formatter state machine
at the heart of the `XmlWriter` class.

### Building
## Building
The library is compiled for Java 17. If a Java 17 toolchain is not available, one will be downloaded.

Gradle is used to build the library:
Expand All @@ -89,7 +89,7 @@ The Javadoc for the library can be generated by running:
./gradlew javadoc
```

### Releasing
## Releasing
This project is released on the [Maven Central repository](https://central.sonatype.com/artifact/org.cthing/xmlwriter).
Perform the following steps to create a release.

Expand Down

0 comments on commit 85f905a

Please sign in to comment.