diff --git a/README.md b/README.md index c46cd198..58c683e3 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ GameObjectInjector::void InjectRecursiveMany(List gameObject, Contai ## 🧩 Extensions ```csharp -// Allows you to get a scene container, allowing you to resolve/inject dependencies if a different way during runtime +// Allows you to get a scene container, allowing you to resolve/inject dependencies in a different way during runtime SceneExtensions::GetSceneContainer(this Scene scene) { return UnityInjector.ContainersPerScene[scene];