From 85f905a4f6ab8ff43631cea7a5e9acbc02b6368f Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Tue, 13 Feb 2024 10:41:45 -0800 Subject: [PATCH] Make heading sizes consistent. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4e1ba8..1950774 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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.