diff --git a/README.md b/README.md index ec39517c0936eced8c3279729e37991fc31166d1..0a07ee55e68aba5295bc22c45dc996c5b6912418 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 2-way chat program, essentially a bi-directional echo +server/client. Only one socket is set up, so only two chatters are possible. +It is remarkably non-robust, as its sole purpose is to demonstrate the use of +Java sockets.