From 684ed39722664f9e52d9f1d15e3fb77630141c99 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Wed, 11 Oct 2023 22:06:03 -0600 Subject: [PATCH] formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9af8239..828c30e 100644 --- a/README.md +++ b/README.md @@ -333,9 +333,9 @@ JSONWebKey jwk=JSONWebKey.build(privateKey) ## Building with Maven - ```bash - $ mvn install - ``` +```bash +$ mvn install +``` ## Building with Savant