Browse Source

sightly improve the target list

Andy Li 8 năm trước cách đây
mục cha
commit
a5126d1af9
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -17,13 +17,13 @@ Haxe allows you to compile for the following targets:
  * C++
  * C#
  * Flash
+ * [HashLink](http://hashlink.haxe.org/)
  * Java
  * JavaScript
- * NekoVM
- * PHP
- * Python
  * Lua
- * [HashLink](http://hashlink.haxe.org/)
+ * [NekoVM](http://nekovm.org/)
+ * PHP
+ * Python 3
 
 You can try Haxe directly from your browser at [try.haxe.org](http://try.haxe.org)!