Skip to content

Commit

Permalink
Merge pull request #174 from Simn/patch-1
Browse files Browse the repository at this point in the history
add missing import in readme
  • Loading branch information
ianharrigan committed Oct 5, 2017
2 parents e6ee010 + 0d068be commit 6901b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6901b3d

Please sign in to comment.