From 8252b89e9d745e76b433a2c3e50e76f3830f6e43 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 17 Oct 2021 08:25:19 -0700
Subject: [PATCH] fix link format

---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c1eda8763b..2cd8f1976a 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,16 @@
 # open-dis7-java Library
 
 This project provides a complete type-safe Java implementation of the IEEE DIS Protocol.
-n support includes IEEE Distributed Interactive Simulation (DIS) Protocol version 7 (IEEE 1278.1-2012) 
+
+Current support includes IEEE Distributed Interactive Simulation (DIS) Protocol version 7 (IEEE 1278.1-2012) 
 and Simulation Interoperability Standards Organization SISO-REF-010 Enumerations specifications.
 The majority of source code is autogenerated by the
 [open-dis7-source-generator](https://github.com/open-dis/open-dis7-source-generator) project.
 
 Also available:
-[https://savage.nps.edu/open-dis7-java/javadoc/](Javadoc),
-[https://savage.nps.edu/open-dis7-java/xml/DIS_7_2012.autogenerated.xsd](XML Schema) and
-[https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation](XML Schema documentation).
+[Javadoc](https://savage.nps.edu/open-dis7-java/javadoc),
+[DIS XML Schema](https://savage.nps.edu/open-dis7-java/xml/DIS_7_2012.autogenerated.xsd) and
+[DIS XML Schema documentation](https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation).
 
 Additional test programs and resources are found in the NPS MOVES
 [Networked Graphics MV3500](https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500) course.
-- 
GitLab