From cfc7dbf144b657729d4776fb1b49a46a33691993 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 8 Dec 2025 10:39:04 +0900 Subject: [PATCH] Update README.md --- WelsonJS.Toolkit/Catswords.Phantomizer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WelsonJS.Toolkit/Catswords.Phantomizer/README.md b/WelsonJS.Toolkit/Catswords.Phantomizer/README.md index 7cf7656..dae5760 100644 --- a/WelsonJS.Toolkit/Catswords.Phantomizer/README.md +++ b/WelsonJS.Toolkit/Catswords.Phantomizer/README.md @@ -42,9 +42,9 @@ static Program() { private static void InitializeAssemblyLoader() { /* - // if use the Embedded Resource + // Example for Embedded Resource: var asm = Assembly.GetExecutingAssembly(); - using (var stream = asm.GetManifestResourceStream("MyApp.Resources.Catswords.Phantomizer.dll.gz")) + using (var stream = asm.GetManifestResourceStream(typeof(Program).Namespace + ".Resources.Catswords.Phantomizer.dll.gz")) { // decompress and load... }