From eb4975b261c8a12fd0a326150bf7cf02eafd4186 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 30 Sep 2025 18:29:30 -0400 Subject: [PATCH] Fix namespace in readme --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 65f9b45..5b4a8e6 100644 --- a/README.MD +++ b/README.MD @@ -14,7 +14,7 @@ Below are a list of the included namespaces and their overall utility. Generic helper classes that involve custom functionality and utility. -### `SabreTools.Compare` +### `SabreTools.IO.Compare` Classes focused on string comparison by natural sorting. For example, "5" would be sorted before "100".