From 70404ec54c8469baae9f9bf9ff87d3d62c67d8b8 Mon Sep 17 00:00:00 2001 From: Rawr Date: Thu, 8 Oct 2020 13:40:47 -0500 Subject: [PATCH] Fixed a broken URL --- 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