diff --git a/examples/README.md b/examples/README.md
index 691bc65e9833318c899870bbb61426789cb1ef6d..dd7b769221da3cbdb258f2c2e6687280bb28ba4c 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.