From 7fef1fbce2b0380b8868890adde1a3172b6417fd Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 17 Oct 2021 08:26:57 -0700 Subject: [PATCH] editorial --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cd8f1976a..d4ebadad56 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # open-dis7-java Library -This project provides a complete type-safe Java implementation of the IEEE DIS Protocol. +This project provides a complete type-safe Java implementation of the IEEE Distributed Interactive Simulation (DIS) Protocol. -Current support includes IEEE Distributed Interactive Simulation (DIS) Protocol version 7 (IEEE 1278.1-2012) +Current support includes IEEE 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. -- GitLab