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