diff --git a/README.md b/README.md index 29213c6..c9de040 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ end function MyController:Init() -- Reference the other controller: - someController = self.Modules.SomeController + someController = self.Controllers.SomeController end return MyController