[orx-rabbit-control] Fix broken URL, improve README (#295)

This commit is contained in:
Abe Pazos
2023-03-13 19:12:52 +01:00
committed by GitHub
parent 1fc2bdf699
commit cfad09d255
3 changed files with 30 additions and 8 deletions

View File

@@ -51,6 +51,7 @@ fun main() = application {
@ActionParameter("Action test")
fun clicked() {
d += 10.0
println("Clicked from RabbitControl")
}
}