Skip to content

Commit

Permalink
Fix example in README (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeparlefrancais authored Mar 19, 2024
1 parent de76072 commit 07da89b
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 @@ -106,7 +106,7 @@ Updates the data associated with a specific player to match the default value.
```lua
local playerDatas

function module.Start()
function module.Init()
playerDatas = Modules.DataHandler.register("stats", function()
return {
points = 0,
Expand Down

0 comments on commit 07da89b

Please sign in to comment.