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

Commit

Permalink
Merge pull request #64 from Mduro/patch-1
Browse files Browse the repository at this point in the history
Fixed small mistake in example.
  • Loading branch information
Sleitnick authored Jan 30, 2019
2 parents c116bdb + 4ead890 commit 2743ff8
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 @@ -295,7 +295,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 2743ff8

Please sign in to comment.