Skip to content

Commit

Permalink
Fixed typos and improved README.md for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed Mar 5, 2014
1 parent fa8d0a3 commit 01c744d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.


Expand All @@ -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.


Expand Down

0 comments on commit 01c744d

Please sign in to comment.