From c3356732ac610cf1b538a3e34e7f6b1b380d5d10 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 25 Mar 2017 11:33:01 +0000 Subject: [PATCH] Fixed readme formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d79f36..2380165 100644 --- 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) -- 2.39.5