]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Fixed readme formatting
authorJamie <Jamster.30@btinternet.com>
Sat, 25 Mar 2017 11:33:01 +0000 (11:33 +0000)
committerGitHub <noreply@github.com>
Sat, 25 Mar 2017 11:33:01 +0000 (11:33 +0000)
README.md

index 3d79f36a7b03858b0a305da7afdca3f79a5d6317..2380165da8a475696c628fefeb706aba54daedd4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-####Hazel Networking is a low-level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
+ ####Hazel Networking is a low-level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
 
 Its aim is to provide a standardized interface for web communication so that using and switching between protocols is incredibly simple.
 
@@ -8,7 +8,7 @@ Hazel can be downloaded as a NuGet package [here](https://www.nuget.org/packages
 
 -----
 
-##Features
+## Features
 - TCP, UDP, Reliable UDP and (at some point) Web Sockets
 - Completely thread safe
 - All protocols are connection oriented (similar to TCP) and message based (similar to UDP)