From 526c0e3a8e597ea46f5e46f8b55752a7316a8170 Mon Sep 17 00:00:00 2001 From: Simon Schmid Date: Tue, 11 Oct 2022 23:40:23 +0200 Subject: [PATCH] Add table for nuget packages --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96c9b20..6aa7554 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,12 @@ the box so you can receive log messages from other devices over the air. # Install ## nuget -- https://www.nuget.org/packages/Sherlog -- https://www.nuget.org/packages/Sherlog.Appenders -- https://www.nuget.org/packages/Sherlog.Formatters + +| | NuGet | +|:-------------------|:-----------------------------------------------------------------------------------------------------------------| +| Sherlog | [![Nuget](https://img.shields.io/nuget/v/Sherlog)](https://www.nuget.org/packages/Sherlog) | +| Sherlog.Appenders | [![Nuget](https://img.shields.io/nuget/v/Sherlog.Appenders)](https://www.nuget.org/packages/Sherlog.Appenders) | +| Sherlog.Formatters | [![Nuget](https://img.shields.io/nuget/v/Sherlog.Formatters)](https://www.nuget.org/packages/Sherlog.Formatters) | # Quick Start