diff --git a/README.md b/README.md index 31ad491..8a400d2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Concord is a feature complete ECS. It's main focus is on speed and usage. You should be able to quickly write code that performs well. -Documentation for Concord can be found in the Wiki tab +Documentation for Concord can be found in the [Wiki tab](https://github.com/Tjakka5/Concord/wiki). ## Installation Download the repository and drop it in your project, then simply require it as: @@ -33,3 +33,12 @@ local Component = require("concord.component") local System = require("concord.system") local Instance = require("concord.instance") ``` + +## Contributors +Positive07: Constant support and a good rubberduck +Brbl: Early testing and issue reporting +Josh: Squashed a few bugs +Erasio: Took inspiration from HooECS. Also introduced me to ECS. + +## Licence +MIT Licensed - Copyright Justin van der Leij (Tjakka5)