From 80eb9bad91442b7461e60ebd5a2b99058071feaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elm=C4=81rs=20=C4=80boli=C5=86=C5=A1?= Date: Tue, 22 Jun 2021 14:24:07 +0300 Subject: [PATCH] readme fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc86c00..9e58bfc 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Let's draw a rectangle with text with the previous skeleton and functions: ```lua local helium = require 'helium' local scene = helium.scene.new(true) +scene:activate() local elementCreator = helium(function(param, view)