From e68910cd8ae2d279a1ede542e87e43748b536487 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 25 Aug 2018 14:23:22 -0700 Subject: [PATCH] format --- CourseExamples/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CourseExamples/README.md b/CourseExamples/README.md index f504982f26..f47610f423 100644 --- a/CourseExamples/README.md +++ b/CourseExamples/README.md @@ -2,9 +2,9 @@ Updated course examples, under a single Netbeans project with common build tasks. -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. +* [TcpExamples](src/TcpExamples) -## [TcpExamples](src/TcpExamples) +* [UdpMulticastHttpExamples](src/UdpMulticastHttpExamples) -## [UdpMulticastHttpExamples](src/UdpMulticastHttpExamples) +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