From ead5916eae24e4ecfdc0b4ef0dc146eb3aa4deeb Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Tue, 23 Dec 2025 15:37:28 +0000 Subject: [PATCH] Update USAGE.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 6d267c5e..4a1a37fc 100644 --- a/USAGE.md +++ b/USAGE.md @@ -92,7 +92,7 @@ Note: Extracting a solid rar or 7z file needs to be done in sequential order to ```C# using (var archive = RarArchive.Open("Test.rar")) { - // Simple extraction - works for all archive types + // Simple extraction with RarArchive; this WriteToDirectory pattern works for all archive types archive.WriteToDirectory(@"D:\temp", new ExtractionOptions() { ExtractFullPath = true,