From 15689df480af4e88083c0caa180d0a428d44dfd9 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Mon, 1 Jul 2019 13:25:28 -0700 Subject: [PATCH] add DisExamples --- CourseExamples/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CourseExamples/README.md b/CourseExamples/README.md index f47610f423..a6515bbf88 100644 --- a/CourseExamples/README.md +++ b/CourseExamples/README.md @@ -1,4 +1,4 @@ -# CourseExamples +# Networked Graphics MV3500 Course Examples Updated course examples, under a single Netbeans project with common build tasks. @@ -6,5 +6,7 @@ Updated course examples, under a single Netbeans project with common build tasks * [UdpMulticastHttpExamples](src/UdpMulticastHttpExamples) +* [DisExamples](src/DisExamples) + 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