Update README.md

This commit is contained in:
Justin van der Leij 2018-04-07 18:23:23 +02:00 committed by GitHub
parent 57a4f603a0
commit fb4dfcf76e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,9 +15,10 @@ local Concord = require(PathToConcord).init({
## Configuration ## Configuration
Concord has a initialization function which takes a table of boolean parameters: Concord has a initialization function which takes a table of boolean parameters:
| Name | Default | Meaning | | 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. You will only need to call .init once.