From 2bac31b15509e2020d257d0fd21f8a8165aecf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Sun, 18 Feb 2018 22:21:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a764325..ffc2aac 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ NOTE: You must ensure that the ```init()``` function of the ```screen.script``` end function on_message(self, message_id, message, sender) - monarch.show("first_screen") + monarch.show(hash("first_screen")) end #### Preventing duplicates in the stack