瀏覽代碼

updated README

ncannasse 7 年之前
父節點
當前提交
2673c8d616
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -27,11 +27,11 @@ In order to compile the samples, go to the `samples` directory and run `haxe gen
 
 To compile:
 - For JS/WebGL: run `haxe [sample]_js.hxml`, then open `index.html` to run
-- For Flash: run `haxe [sample]_swf.hxml`, then open `<sample>.swf` to run
 - For HashLink: run `haxe -lib hlsdl|hldx [sample]_hl.hxml` then run `hl <sample>.hl` to run (can use both SDL and DirectX libraries)
-- For OpenFL/Lime: run `openfl test windows` into the sample directory -- OpenFL/Lime is not officially supported, we don't accept issues please send pull requests if you make some changes
+- For Flash: run `haxe [sample]_swf.hxml`, then open `<sample>.swf` to run
+- For Consoles, contact us: [email protected]
 
-Project files for [HaxeDevelop](http://haxedevelop.org) are also generated.
+Project files for [Visual Studio Code](https://code.visualstudio.com/) are also generated.
 
 ----
 * [Official website](http://heaps.io)