From 49046d82fb8ec6ffad67603fbdc6ec460cb11037 Mon Sep 17 00:00:00 2001
From: git <tdnorbra@nps.edu>
Date: Wed, 25 Sep 2024 09:51:48 -0700
Subject: [PATCH] [Terry N.] format

---
 CoTreceiver/README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/CoTreceiver/README.md b/CoTreceiver/README.md
index 1db8e96..1dca6aa 100644
--- a/CoTreceiver/README.md
+++ b/CoTreceiver/README.md
@@ -1,5 +1,5 @@
-# CoTMsgreceiver
-A Curson on Target (CoT) message receiver and DIS PDU transmitter
+# CoTMsgReceiver
+A Curson on Target (CoT) Message Receiver and DIS PDU transmitter
 
 This project is a conglomeration of three independent java based projects that
 support and process CoT messages.
@@ -9,20 +9,20 @@ support and process CoT messages.
     TCP/UDP (user specified).
 
     2) CoTreceiver
-    This project takes the Mitre developed Cursor on Target Software Development 
+    This project takes the Mitre developed Cursor-on-Target Software Development
     Kit (SDK) Version 1.0.1 (23 April 2013) as its base CoT message processor
-    and provides a custom parser class to handle incomming/received CoT 
-    messages. DIS PDUs are then re-transmitted over a multi-cast channel 
-    populated with pertinent CoT message data. The PDUs are recorded to a 
-    PduCapture log in the /pduLog directory. Also, individually captured CoT 
-    messages are written to file in a timestamped directory in the /log 
+    and provides a custom parser class to handle incomming/received CoT
+    messages. DIS PDUs are then re-transmitted over a multi-cast channel
+    populated with pertinent CoT message data. The PDUs are recorded to a
+    PduCapture log in the /pduLog directory. Also, individually captured CoT
+    messages are written to file in a timestamped directory in the /log
     directory.
 
     3) CoT Software Development Kit (SDK) Version 1.0.1 (23 April 2013)
 
 The project is ready to run out of the box as a NetBeans IDE project.
 
-Select either the udp or tcp home configuration in the IDE, then select the 
+Select either the udp or tcp home configuration in the IDE, then select the
 IDE's run command. By default, the runner will only generate 5 Cot messages.
 
 Application arguments:
@@ -38,6 +38,6 @@ Application arguments:
 
 --performanceTestSendCoT tcp 192.168.1.13 9998 1 1
 
-or 
+or
 
 --performanceTestSendCoT udp 192.168.1.13 9999 1 1
-- 
GitLab