Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Fixed small mistake in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mduro authored Jan 2, 2019
1 parent d67c708 commit 4ead890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ end

function MyController:Init()
-- Reference the other controller:
someController = self.Modules.SomeController
someController = self.Controllers.SomeController
end

return MyController
Expand Down

0 comments on commit 4ead890

Please sign in to comment.