From 01c744dc84ac9801220bfc7b0cebd3210dc303fa Mon Sep 17 00:00:00 2001 From: rxi Date: Wed, 5 Mar 2014 21:06:17 +0000 Subject: [PATCH] Fixed typos and improved README.md for clarity --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92481ac..01944e4 100644 --- a/README.md +++ b/README.md @@ -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.