@@ -55,7 +55,7 @@ If your subprojects folder is called differently, change the name in the above `
> Adding Koui as a library with `project.addLibrary()` alone will not work because Koui's `khafile.js` has to be loaded too in order to work - `project.addLibrary()` does not do this.
**Minimal Example**:
**Minimal Example** (`Main.hx`)::
```haxe
package;
...
...
@@ -102,7 +102,7 @@ There is no need to add a entry to the `khafile.js`, Armory will pick it up auto