From 75804dd7681295a0016759a71f6b9b4b830d8266 Mon Sep 17 00:00:00 2001 From: Andreas Vilinski Date: Fri, 16 Jul 2021 11:04:52 +0200 Subject: [PATCH] point to right release page/version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68d27395..f3ba824c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Utf8Json - Fast JSON Serializer for C# You can find these packages in NuGet under `Cryptisk.Utf8Json` ![.NET Core](https://github.com/Cryptisk/Utf8Json/workflows/.NET%20Core/badge.svg) [![Join the chat at https://gitter.im/neuecc/Utf8Json](https://badges.gitter.im/neuecc/Utf8Json.svg)](https://gitter.im/neuecc/Utf8Json?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - [![Releases](https://img.shields.io/github/release/neuecc/Utf8Json.svg)](https://github.com/neuecc/Utf8Json/releases) + [![Releases](https://img.shields.io/github/release/Cryptisk/Utf8Json.svg)](https://github.com/Cryptisk/Utf8Json/releases) Definitely Fastest and Zero Allocation JSON Serializer for C#(.NET, .NET Core, Unity and Xamarin), this serializer write/read directly to UTF8 binary so boostup performance. And I adopt the same architecture as the fastest binary serializer, [MessagePack for C#](https://github.com/neuecc/MessagePack-CSharp) that I've developed.