From 9e1bb7dd7c23cd1f1b9474a1282e897756659960 Mon Sep 17 00:00:00 2001 From: Dmitry Sovetin <46561144+SDMMSK@users.noreply.github.com> Date: Wed, 9 Oct 2019 14:42:26 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fda185..c8d7783 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![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) -[![Go Report Card](https://goreportcard.com/badge/github.com/SDMMSK/GoUDPServer)](https://goreportcard.com/report/github.com/SDMMSK/GoUDPServer) +[![Go Report Card](https://goreportcard.com/badge/github.com/SDMMSK/GoUDPServer?style=flat-square)](https://goreportcard.com/report/github.com/SDMMSK/GoUDPServer) Simple multithreaded GoLang UDP server. The number of threads is determined by the number of CPU cores.