diff --git a/README.md b/README.md index b16cc15..8bf1b8f 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ local Concord = require(PathToConcord).init({ ## Configuration Concord has a initialization function which takes a table of boolean parameters: + | Name | Default | Meaning | | --- | --- | --- | -| useEvents | false | Lets Concord overwrite love.run and automatically propagate events | +| useEvents | false | Lets Concord overwrite love.run and automatically propagate events. | You will only need to call .init once.