Update README.md

This commit is contained in:
rubenwardy 2018-04-06 22:12:56 +01:00 committed by GitHub
parent 98fca7914b
commit 3fc12eb689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ awards.register_award("mymod:myaward", {
-- see specific docs on the trigger to see what else goes here
},
on_unlock = function(name, awards_def) end,
-- Callback. award_def is this table (plus some additional methods/members added by register_award)
on_unlock = function(name, award_def) end,
})
```