From 5c2d41f58506ad32243b2809965e0349fa82520f Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 2 Jan 2021 16:00:17 +0000 Subject: [PATCH] Update README.md - Update badge link and improved the layout. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 892d13a..1df83fe 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ C# bindings for raylib 3.5.0, a simple and easy-to-use library to learn videogames programming (www.raylib.com) [![GitHub contributors](https://img.shields.io/github/contributors/ChrisDill/Raylib-cs)](https://github.com/ChrisDill/Raylib-cs/graphs/contributors) -[![License](https://img.shields.io/badge/license-zlib%2Flibpng-blue.svg)](LICENSE.md) -![.NET Core](https://github.com/ChrisDill/Raylib-cs/workflows/.NET%20Core/badge.svg) -[![GitHub stars](https://img.shields.io/github/stars/ChrisDill/Raylib-cs?style=social)](https://github.com/ChrisDill/Raylib-cs/stargazers) +[![License](https://img.shields.io/badge/license-zlib%2Flibpng-blue.svg)](LICENSE) [![Chat on Discord](https://img.shields.io/discord/426912293134270465.svg?logo=discord)](https://discord.gg/VkzNHUE) +[![GitHub stars](https://img.shields.io/github/stars/ChrisDill/Raylib-cs?style=social)](https://github.com/ChrisDill/Raylib-cs/stargazers) + +[![Build](https://github.com/ChrisDill/Raylib-cs/workflows/Build/badge.svg)](https://github.com/ChrisDill/Raylib-cs/actions?query=workflow%3ABuild) Raylib-cs targets netstandard2.1 and supports netcoreapp3.0+ and net5.0.