Browse Source

Update README;

bjorn 10 years ago
parent
commit
657f255924
2 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md
  2. 0 0
      dragAndDrop.lua

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ love.keypressed
   end)
   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.
 See [Reactive Extensions](http://reactivex.io) for more info.
 
 
 License
 License

+ 0 - 0
main.lua → dragAndDrop.lua