aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriskm <iskm@users.noreply.github.com>2017-04-03 00:34:03 -0400
committerGitHub <noreply@github.com>2017-04-03 00:34:03 -0400
commit4890b61f08698a84e261f162dc2acd404bcc6b6b (patch)
tree93a18f0076f57e238ac7f112742e2d1092361ca1
parentf86c333ce56a5e0b714c737c7e083767fe283fb9 (diff)
spelling fixes0.1
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4b247b0..e1b86cb 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ satisfactorily we would have met our goals.
## Schedule
-The first step in out project will be to setup a system to get data from one machine to another. What data exactly isn't directly important and the other machine doesn't really need to display it in a pretty manner, it just needs to relay that it has recieved the correct information.
+The first step in our project will be to setup a system to get data from one machine to another. What data exactly isn't directly important and the other machine doesn't really need to display it in a pretty manner, it just needs to relay that it has recieved the correct information.
Next we need to create a user interface that looks nice. Some way to control the connection and display information in a convient and readable format.
@@ -106,7 +106,7 @@ going from the server to the clients.
### Ibrahim Mkusa @iskm
Will write the networking code i.e. code that allows communication between
-clients through server. I will also write scheduling code responsible for queuing
+clients through server. I will also write scheduling code responsible for queueing
fairly and orderly the client messages and broadcasting to the rest of connected
clients. If time permits, i will also be responsible for authenticating users
via a backend database.