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
# 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
await project.addProject("Libraries/Koui");
......@@ -84,7 +84,7 @@ class Main {
# 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
await project.addProject("Libraries/Koui");
......
......