3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 10:27:49 +02:00

Update README.md

This commit is contained in:
Björn Ritzl 2018-02-18 22:21:51 +01:00 committed by GitHub
parent 28e54beefb
commit 2bac31b155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ NOTE: You must ensure that the ```init()``` function of the ```screen.script```
end end
function on_message(self, message_id, message, sender) function on_message(self, message_id, message, sender)
monarch.show("first_screen") monarch.show(hash("first_screen"))
end end
#### Preventing duplicates in the stack #### Preventing duplicates in the stack