From 5956e15486f36b194a4736624f5d77a332ea3e51 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 4 Apr 2024 12:42:05 -0400 Subject: [PATCH] Update README --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index f006547..8da1820 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +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`. +This library comprises of code to output human-readable representations of various (usually binary) models. All of the classes here implement the `IPrinter` interface to associate them with a top-level model and utilize `StringBuilder` within `static` implementations. Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Printing).