Update README.md

This commit is contained in:
Namhyeon Go 2025-12-08 10:39:53 +09:00 committed by GitHub
parent cfc7dbf144
commit e3562856b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ private static void InitializeAssemblyLoader()
}
```
If you prefer not to embed, you can reference Phantomizer directly with a normal `using` statement:
If embedding is not required, you can reference Phantomizer directly:
```csharp
using Catswords.Phantomizer;