From 9df632e844e8c28bd88a6778157b56bca3a4cdd4 Mon Sep 17 00:00:00 2001 From: Jcparkyn <51850908+Jcparkyn@users.noreply.github.com> Date: Sun, 26 Nov 2023 12:37:21 +1100 Subject: [PATCH] Fix nuget link in README, add MIT badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c4c66..570dfc3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Phetch  ![Nuget](https://img.shields.io/nuget/v/Phetch.Blazor) +# Phetch  [![Nuget](https://img.shields.io/nuget/v/Phetch.Blazor)](https://www.nuget.org/packages/Phetch.Blazor) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ### [Documentation](https://jcparkyn.github.io/phetch/docs/getting-started.html) | [API Reference](https://jcparkyn.github.io/phetch/api/Phetch.Blazor.html) | [Sample app](./samples/HackerNewsClient)