]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Typos
authorJamie <Jamster.30@btinternet.com>
Thu, 15 Sep 2016 18:16:38 +0000 (19:16 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2016 18:16:38 +0000 (19:16 +0100)
README.md

index ddffd586b8c8f72a239dcce824ba2e6ebd60f7db..fa9d7acf9f1d4b22edd81be62ee968f36ba00415 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 ### Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP. 
-It's aim is to provide a standardised interface for web communication so that using and switching between protocols is incredibly simple.
+It's aim is to provide a standardized interface for web communication so that using and switching between protocols is incredibly simple.
 
 Hazel is going to be the basis of DarkRift 2 and I'm releasing it completely open source so that members of the community can make use of it, improve it and help find any bugs before DarkRift 2 is released.
 
@@ -8,7 +8,7 @@ Hazel is going to be the basis of DarkRift 2 and I'm releasing it completely ope
 ##Features
 - TCP, UDP, Reliable UDP and (at some point) Web Sockets
 - Completely thread safe
-- All protocols are connection orientated (similar to TCP) and message based (similar to UDP)
+- All protocols are connection oriented (similar to TCP) and message based (similar to UDP)
 - Standardised interface so that all protocols can be used interchangeably with each other
 - IPv4 and IPv6 support
 - Automatic statistics about data passing in and out of connections