From 3d711506672e652cd111e151f5f988af36904d27 Mon Sep 17 00:00:00 2001 From: Steve Dekorte Date: Fri, 26 Oct 2012 18:07:55 -0700 Subject: [PATCH] doc update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2edd4ee..48af910 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ lua_ios ====== -lua_ios is a lightweight MIT licensed lua game engine alternative to frameworks like Corona or Moai. It includes LuaJIT and bindings for: +lua_ios is a lightweight lua game engine alternative to frameworks like Corona or Moai. It includes LuaJIT and bindings for: OpenGLES luasocket @@ -21,8 +21,9 @@ To use, just include the lua_ios folder in your Xcode project, add your own main luaL_loadfile(_luaState, [filePath UTF8String]); -AUTHORS + LICENSE ------------ -Steve Dekorte and Rich Collins +MIT licensed +Copyright Steve Dekorte and Rich Collins