diff --git a/README.md b/README.md index 247d657d..961d14ba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ LuaUnit works with Lua 5.1 and 5.2 . It was tested on Windows XP and Ubuntu 12.0 continuous build results on [Travis-CI](https://travis-ci.org/bluebird75/luaunit) ) and should work on all platforms supported by lua. It has no other dependency than lua itself. -LuaUnit is packed into a single-file, to make it easy to use it in any projects. +LuaUnit is packed into a single-file. To make start using it, just add the file to your project. Luaunit is now maintained on github: https://github.com/bluebird75/luaunit diff --git a/doc/index.rst b/doc/index.rst index a3f9e02d..36747005 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -35,7 +35,7 @@ It has no other dependency than lua itself. .. _Travis-CI: https://travis-ci.org/bluebird75/luaunit -LuaUnit is packed into a single-file, to make it easy to use it in any projects. +LuaUnit is packed into a single-file. To make start using it, just add the file to your project. Development ===========