From e2b7af87fddd5327d88308abc190754f5011b103 Mon Sep 17 00:00:00 2001 From: Justin van der Leij Date: Tue, 25 Sep 2018 20:54:17 +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 70af834..d2187ef 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,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](https://github.com/Tjakka5/Concord/wiki). + Auto generated docs for Concord can be found in the [Github page](https://tjakka5.github.io/Concord/). These are still work in progress and might be incomplete though. ## Installation @@ -30,7 +31,7 @@ local Instance = require("concord.instance") ``` Positive07: Constant support and a good rubberduck Brbl: Early testing and issue reporting -Josh: Squashed a few bugs +Josh: Squashed a few bugs and docs Erasio: Took inspiration from HooECS. Also introduced me to ECS. ```