From: Jamie Date: Thu, 15 Sep 2016 18:16:38 +0000 (+0100) Subject: Typos X-Git-Tag: 1.0.0~140 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=961ce0993aad11c552cbc80cad36f43fd2cf1e65;p=rhonda%2Fimpostor.hazel.git Typos --- diff --git a/README.md b/README.md index ddffd58..fa9d7ac 100644 --- 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