From 4b7e49a6eaddeb0549b54fffcddbe6636509c95b Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 11 Aug 2024 18:30:04 -0700 Subject: [PATCH] punctuation --- examples/src/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/src/README.md b/examples/src/README.md index 34d2d0890b..2dfe0aab2c 100644 --- a/examples/src/README.md +++ b/examples/src/README.md @@ -4,16 +4,16 @@ These example directories are presented in the same order provided in the course <!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/README.md --> -1. [TcpExamples](TcpExamples) show how to create connection-oriented Transmission Control Protocol (TCP) sockets +1. [TcpExamples](TcpExamples) show how to create connection-oriented Transmission Control Protocol (TCP) sockets. -2. [UdpExamples](UdpExamples) show how to create User Datagram Protocol (UDP) sockets +2. [UdpExamples](UdpExamples) show how to create User Datagram Protocol (UDP) sockets. -3. [OpenDis7Examples](OpenDis7Examples) illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol +3. [OpenDis7Examples](OpenDis7Examples) illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol. -4. [SimkitOpenDis7Examples](SimkitOpenDis7Examples) provides simple examples combining Simkit Discrete Event Simulation (DES) and IEEE DIS +4. [SimkitOpenDis7Examples](SimkitOpenDis7Examples) provides simple examples combining Simkit Discrete Event Simulation (DES) and IEEE DIS. -also with +Also provided: -5. [OpenDis4Examples](OpenDis4Examples) illustrate use of (legacy) OpenDis4 library for IEEE Distributed Interactive Simulation (DIS) Protocol +5. [OpenDis4Examples](OpenDis4Examples) illustrate use of (legacy) OpenDis4 library for IEEE Distributed Interactive Simulation (DIS) Protocol. -6. [HttpServletExamples](HttpServletExamples) shows how to use Java Servlets as server-side code running on an http server +6. [HttpServletExamples](HttpServletExamples) shows how to use Java Servlets as server-side code running on an http server. -- GitLab