Update documentation

Closes #78
This commit is contained in:
Edwin Jakobs
2020-04-15 11:57:51 +02:00
parent dd83055dd1
commit c31c320da1
4 changed files with 36 additions and 9 deletions

View File

@@ -16,11 +16,11 @@ Add `orx-timer` to the `orxFeatures` set in your build.gradle.kts
A simple example looks like this:
```$kotlin
```kotlin
fun main() = application {
program {
repeat(2.0) {
println("hello there )
println("hello there")
}
extend {