We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3720e4d commit e93c39dCopy full SHA for e93c39d
documentation/00_getting_started/02-hello-world.md
@@ -68,10 +68,11 @@ Return to your command line window - now we can compile the project. First switc
68
cd HelloWorld
69
```
70
71
-You can then compile to HTML5, Neko and Flash out of the box with these commands:
+You can then compile to HTML5, Neko, HashLink and Flash out of the box with these commands:
72
73
``` bash
74
lime test html5
75
+lime test hl
76
lime test neko
77
lime test flash
78
0 commit comments