mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 04:13:58 -04:00
Update README.md
This commit is contained in:
parent
5b2875de4c
commit
af16e5a2d9
1 changed files with 2 additions and 11 deletions
13
README.md
13
README.md
|
@ -8,20 +8,11 @@ Documentation for Concord can be found in the [Wiki tab](https://github.com/Tjak
|
||||||
## Installation
|
## Installation
|
||||||
Download the repository and drop it in your project, then simply require it as:
|
Download the repository and drop it in your project, then simply require it as:
|
||||||
```lua
|
```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
|
## Modules
|
||||||
Below is a list of modules.
|
Below is a list of modules.
|
||||||
More information about what each done can be found in the Wiki
|
More information about what each done can be found in the Wiki
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue