2
0
bjorn 10 жил өмнө
parent
commit
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