From 244b0f80a4c05c53be5eee45e6c68305bd00881a Mon Sep 17 00:00:00 2001 From: Rawr Date: Fri, 9 Oct 2020 02:55:51 -0500 Subject: [PATCH] Fix broken SystemTextJson URL (#250) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13cdc6aa2..e2f4f8c08 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The components within this repository are delivered as multi-targeted Nuget pack - uses Json.net to serialize the event bodies. - `FsCodec.Box.Codec`: Testing substitute for `FsCodec.NewtonsoftJson.Codec`, included in same package. - ([depends](https://www.fuget.org/packages/FsCodec.NewtonsoftJson) on `FsCodec`, `Newtonsoft.Json >= 11.0.2`, `TypeShape`, see [FsCodec repo](https://github.com/jet/FsCodec) for details) -- `FsCodec.SystemTextJson` [![SystemTextJson Codec NuGet](https://img.shields.io/nuget/v/FsCodec.SystemTextJson.svg)]: Drop in replacement that allows one to target the .NET `System.Text.Json` serializer solely by changing the referenced namespace. +- `FsCodec.SystemTextJson` [![SystemTextJson Codec NuGet](https://img.shields.io/nuget/v/FsCodec.SystemTextJson.svg)](https://www.nuget.org/packages/FsCodec.SystemTextJson/): Drop in replacement that allows one to target the .NET `System.Text.Json` serializer solely by changing the referenced namespace. ### Store libraries