From d81752c3b32ddad4840c7aed12a01c1f30164a45 Mon Sep 17 00:00:00 2001
From: Christopher Bohn <bohn@unl.edu>
Date: Fri, 9 Aug 2019 20:42:13 -0500
Subject: [PATCH] updated README.md to reflect this version of SocketChat

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ec39517..1fce77a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 # Socket Chat
 
-Socket Chat is a simple 2-way chat program, essentially a bi-directional echo server/client. It is remarkably
-non-robust, as its sole purpose is to demonstrate the use of Java sockets.
\ No newline at end of file
+Socket Chat is a simple multiway chat program. Each chatter must wait their
+turn: the chat is sequenced in order of connecting to the host.
+It is remarkably non-robust, as its sole purpose is to demonstrate the use of
+multiple Java sockets without threading.
-- 
GitLab