From c711a5cd6a2094d13d9f77da64181cb002ce194e Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Fri, 23 Aug 2019 21:31:15 -0700 Subject: [PATCH] improved description --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 691bc65e98..dd7b769221 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,12 +1,12 @@ # Networked Graphics MV3500 Course Examples -Updated course examples, under a single Netbeans project with common build tasks. +This is parent directory for updated course examples, collected under a single Netbeans subproject with common build tasks. * [TcpExamples](src/TcpExamples) * [UdpMulticastHttpExamples](src/UdpMulticastHttpExamples) -* [DisExamples](src/DisExamples) +* [OpenDis7Examples](src/OpenDis7Examples) These examples are the basis for class programming reviews and homework assignments. You are welcome to modify or adapt them in any way that you want. -- GitLab