From 71443affa8d289b50f08857c408a981c1ab03dea Mon Sep 17 00:00:00 2001 From: Ben Cox <1038350+ind1go@users.noreply.github.com> Date: Wed, 31 Jul 2019 13:01:43 +0100 Subject: [PATCH] Fix README formatting Signed-off-by: Ben Cox <1038350+ind1go@users.noreply.github.com> --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 13168593..ac64ac9c 100644 --- a/README.md +++ b/README.md @@ -96,26 +96,26 @@ Maven archetypes provide templates for how a module could, or should, be structu Snapshot builds are published to the Sonatype OSS Maven snapshots repository. To try a snapshot build, you will need to add the following plugin repository to your `pom.xml`: - ```xml - - ... - - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - true - - - false - - - - ... - - ``` +```xml + + ... + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + true + + + false + + + + ... + +``` ## Building the project