diff --git a/README.md b/README.md index 84e52fc60..53ca27c30 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Using HaxeUI components in haxe code is simple and easy: ```haxe import haxe.ui.components.Button; import haxe.ui.containers.VBox; +import haxe.ui.core.Screen; var main = new VBox();