From af16e5a2d9645e67f1ac9e09bc2b40e52ea00db2 Mon Sep 17 00:00:00 2001 From: Justin van der Leij Date: Sat, 7 Apr 2018 18:40:57 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8dced6d..928a5f7 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,11 @@ Documentation for Concord can be found in the [Wiki tab](https://github.com/Tjak ## Installation Download the repository and drop it in your project, then simply require it as: ```lua -local Concord = require(PathToConcord).init({ +local Concord = require(PathToConcord).init() -}) +You will only need to call .init once when you first require it. ``` -## 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. | - -You will only need to call .init once. - ## Modules Below is a list of modules. More information about what each done can be found in the Wiki