diff --git a/plug-ins/index.html b/plug-ins/index.html
index 31e1f07..97ed0e1 100644
--- a/plug-ins/index.html
+++ b/plug-ins/index.html
@@ -142,6 +142,7 @@ Available templates
$ ./kobaltw --init kotlin
Template "kotlin" installed
Now you can run either `./kobaltw test` or `./kobaltw run`
+
$ ./kobaltw test
----- example:test
===============================================
@@ -151,6 +152,7 @@ Total tests run: 1, Failures: 0, Skips: 0
All tests passed
BUILD SUCCESSFUL (5 seconds)
+
$ ./kobaltw run
----- example:run
Hello Kotlin world from Kobalt