From 1de4cede1bb4dc3f201d6308f589745485d7299c Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 16 Sep 2023 16:19:42 -0400 Subject: [PATCH] Add nuget package link --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index 3de4fde..f006547 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,5 @@ # SabreTools.Printing This library comprises of code to output human-readable representations of various (usually binary) models. All of the classes here are `static` and utilize `StringBuilder`. + +Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Printing).