Fixed typos and improved README.md for clarity

This commit is contained in:
rxi
2014-03-05 21:06:17 +00:00
parent fa8d0a3e97
commit 01c744dc84

View File

@@ -1,6 +1,6 @@
# lurker
# Lurker
Automatically hotswaps changed Lua files into a running
A small module which automatically hotswaps changed Lua files in a running
[LÖVE](http://love2d.org) project.
@@ -13,7 +13,7 @@ function:
```lua
require("lurker").update()
```
lurker will automatically detect changed files and hotswap them into the
Lurker will automatically detect changed files and hotswap them into the
running project.