Skip to content
Update Getting Started authored by Moritz Brückner's avatar Moritz Brückner
...@@ -27,7 +27,7 @@ The above commands require [Git](https://git-scm.com/downloads) in order to work ...@@ -27,7 +27,7 @@ The above commands require [Git](https://git-scm.com/downloads) in order to work
# Pure Kha # Pure Kha
Open your project's `khafile.js` and add the following line: After installation, open your project's `khafile.js` and add the following line:
```javascript ```javascript
await project.addProject("Libraries/Koui"); await project.addProject("Libraries/Koui");
...@@ -84,7 +84,7 @@ class Main { ...@@ -84,7 +84,7 @@ class Main {
# Armory3D # Armory3D
In Blender, create a new text file and add the following line: After installation, create a new text file in Blender's file editor and add the following line:
```javascript ```javascript
await project.addProject("Libraries/Koui"); await project.addProject("Libraries/Koui");
... ...
......