From fb4dfcf76e0b97c05fe2145ade20a145f356e6a2 Mon Sep 17 00:00:00 2001 From: Justin van der Leij Date: Sat, 7 Apr 2018 18:23:23 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.