diff --git a/README.md b/README.md
index cdbaa4de..46cc4a4b 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ $ dotnet build "netly/" -c Release -o "netly/bin/"
- [UDP](#udp)
- [WebSocket](#demo)
-
+
##### HTTP
- HTTP Client
@@ -211,9 +211,7 @@ $ dotnet build "netly/" -c Release -o "netly/bin/"
server.Open(new Uri("http://localhost:8080"));
```
-
-
-
+
##### TCP
- Tcp Client
@@ -330,9 +328,8 @@ $ dotnet build "netly/" -c Release -o "netly/bin/"
server.Open(new Host("127.0.0.1", 8080));
```
-
-
+
##### UDP
- Udp Client
@@ -439,3 +436,5 @@ $ dotnet build "netly/" -c Release -o "netly/bin/"
server.Open(new Host("127.0.0.1", 8080));
```
+
+
\ No newline at end of file