From 87905851ee85b84edee10f873c66de002f3248e1 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Sat, 24 Aug 2019 22:06:06 -0700 Subject: [PATCH] note OpenDISv4 library (historic) --- examples/src/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/src/README.md b/examples/src/README.md index 515ef98f29..c1551bfc34 100644 --- a/examples/src/README.md +++ b/examples/src/README.md @@ -1,10 +1,10 @@ ## MV3500 Course Examples -| | Section | Subject | -|----|:-----------------------------------------------------|:----------------------| -| 1. | [TcpExamples](TcpExamples) | basic network sockets | -| 2. | [UdpMulticastHttpExamples](UdpMulticastHttpExamples) | special network cases | -| 3. | [OpenDis4Examples](OpenDis4Examples) | OpenDISv4 library | -| 4. | [OpenDis7Examples](OpenDis7Examples) | OpenDISv7 library | +| | Section | Subject | +|----|:-----------------------------------------------------|:-----------------------------| +| 1. | [TcpExamples](TcpExamples) | basic network sockets | +| 2. | [UdpMulticastHttpExamples](UdpMulticastHttpExamples) | special network cases | +| 3. | [OpenDis4Examples](OpenDis4Examples) | OpenDISv4 library (historic) | +| 4. | [OpenDis7Examples](OpenDis7Examples) | OpenDISv7 library (current) |  -- GitLab