From 287aab11d226b12e3f2faaac49e61204a1065c87 Mon Sep 17 00:00:00 2001 From: Dmitry Sovetin <46561144+SDMMSK@users.noreply.github.com> Date: Mon, 18 Feb 2019 12:32:45 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 154658c..c5a5a28 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Simple multithreaded GoLang UDP server +[![Languages](https://img.shields.io/github/languages/top/SDMMSK/GoUDPServer.svg?style=flat-square)](README.md) +[![Code Size](https://img.shields.io/github/languages/code-size/SDMMSK/GoUDPServer.svg?style=flat-square)](README.md) +[![License](https://img.shields.io/github/license/SDMMSK/GoUDPServer.svg?style=flat-square)](LICENSE) + Simple multithreaded GoLang UDP server. The number of threads is determined by the number of CPU cores. @@ -15,5 +19,5 @@ The number of threads is determined by the number of CPU cores. ## License -![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png) +[![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png)](LICENSE) This project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details.