Skip to content

Commit

Permalink
update style of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Nov 27, 2023
1 parent b426f27 commit f50ef6e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $ dotnet build "netly/" -c Release -o "netly/bin/"
- <sub>[UDP](#udp)</sub>
- <sub>[WebSocket](#demo)</sub>

<br/>
<br/><hr/><br/>

##### HTTP
- <sub><strong>HTTP Client</strong></sub>
Expand Down Expand Up @@ -211,9 +211,7 @@ $ dotnet build "netly/" -c Release -o "netly/bin/"
server.Open(new Uri("http://localhost:8080"));
```

<br/>

<br/>
<br/><hr/><br/>

##### TCP
- <sub><strong>Tcp Client</strong></sub>
Expand Down Expand Up @@ -330,9 +328,8 @@ $ dotnet build "netly/" -c Release -o "netly/bin/"
server.Open(new Host("127.0.0.1", 8080));
```

<br/>

<br/>
<br/><hr/><br/>

##### UDP
- <sub><strong>Udp Client</strong></sub>
Expand Down Expand Up @@ -439,3 +436,5 @@ $ dotnet build "netly/" -c Release -o "netly/bin/"

server.Open(new Host("127.0.0.1", 8080));
```

<br/><hr/><br/>

0 comments on commit f50ef6e

Please sign in to comment.