commit f57577263557f721bd905e829e248129c5ccfdf1
parent 1f7075afbe435b677468adcd6a4675edea27a8b2
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date: Fri, 24 Apr 2020 16:30:37 +0100
Still trying to get the discord badge working
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -5,7 +5,7 @@ For help with the library, feel free to visit our Discord and ask your questions
| Service | Status Badge |
| ------- | ------------ |
-| Discord | [](https://discord.gg/DKQhxuY) |
+| Discord | [![Discord Server][discord-server-badge]](https://discord.gg/DKQhxuY) |
## License
This library is under the GNU General Public License v3.0. What does this mean for you?
@@ -50,6 +50,8 @@ The following is the synchronous TCP socket client benchmark:
The following is the asynchronous TCP socket client benchmark. Worse performance is expected when compared to the synchronous benchmark, due to the increased overhead of async operations:
![Asynchronous TCP Socket Client Benchmark][tcp-client-async-benchmark]
+[discord-server-badge]: https://img.shields.io/discord/703255900600795196.svg?style=flat-square&logo=discord&color=blue
+
[example-project]: ./docs/netsharp-example-selector.png
[udp-server-benchmark]: ./docs/netsharp-udp-server-benchmark.png