From 02432a8519d4e9b851df818406da3a9308e8567a Mon Sep 17 00:00:00 2001 From: Don Brutzman <brutzman@nps.edu> Date: Mon, 31 Aug 2020 20:24:21 -0700 Subject: [PATCH] editorial --- lib/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/README.md b/lib/README.md index 068a9f63cc..7312eaba68 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,4 +1,5 @@ -This directory contains libraries which are required at runtime to use the following classes: +This directory contains necessary libraries (commons-io and guava) which are +required at runtime to use the following classes: 1. <pre>edu.nps.moves.dis7.utilities.stream.PduRecorder</pre> 2. <pre>edu.nps.moves.dis7.examples.PduReaderPlayer</pre> -- GitLab