aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Mkusa <ibrahimmkusa@gmail.com>2017-04-23 18:06:09 -0400
committerIbrahim Mkusa <ibrahimmkusa@gmail.com>2017-04-23 18:06:09 -0400
commit2e5a7beadbede25168b198fc1804e6c36e13647d (patch)
tree930f07f4ac73c494cd8c77dc74c9b1ba3c89264e
parentba69f9541bf150adafac7388c217a28be2e644f1 (diff)
updates to README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bcd5444..a409747 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ that the server provides. For the most part the program only interacts with the
through the GUI.
### Ibrahim Mkusa @iskm
-I have written the networking code i.e. code that allows communication between
+I wrote the networking code i.e. code that allows communication between
clients through server. I wrote scheduling code responsible for queueing
fairly the client messages and broadcasting to the rest of connected
-clients. Implemented the logic for handling /list, /whisper commands.
+clients. I also implemented the logic for handling /list, /whisper commands.