Skip to content

Commit e93c39d

Browse files
Update 02-hello-world.md (#287)
1 parent 3720e4d commit e93c39d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/00_getting_started/02-hello-world.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ Return to your command line window - now we can compile the project. First switc
6868
cd HelloWorld
6969
```
7070

71-
You can then compile to HTML5, Neko and Flash out of the box with these commands:
71+
You can then compile to HTML5, Neko, HashLink and Flash out of the box with these commands:
7272

7373
``` bash
7474
lime test html5
75+
lime test hl
7576
lime test neko
7677
lime test flash
7778
```

0 commit comments

Comments
 (0)