浏览代码

Update README;

bjorn 10 年之前
父节点
当前提交
657f255924
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md
  2. 0 0
      dragAndDrop.lua

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ love.keypressed
   end)
 ```
 
-See [main.lua](main.lua) for another example. Requires [RxLua](https://github.com/bjornbytes/RxLua).
+See [dragAndDrop.lua](dragAndDrop.lua) and [pong.lua](pong.lua) for more examples. Requires [RxLua](https://github.com/bjornbytes/RxLua).
 See [Reactive Extensions](http://reactivex.io) for more info.
 
 License

+ 0 - 0
main.lua → dragAndDrop.lua