From 2e51dae5a6f1c917a5c1fe5a6da855ae794a6e61 Mon Sep 17 00:00:00 2001 From: Roland Yonaba Date: Wed, 14 Nov 2012 12:37:09 +0000 Subject: [PATCH] Typo fixes in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 062b086..ecc445b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ 30log ===== -__30log__, in extenso *30 Lines Of Goodness* is a minified library for [pseudo object-orientation](http://lua-users.org/wiki/ObjectOrientedProgramming) in Lua. -It features __class creation__, __object instantiation__, __class inheritance__ and __method overload__ through inheritance.
-And yes, it makes __30 lignes__ length. No less, no more. +__30log__, in extenso *30 Lines Of Goodness* is a minified framework for [pseudo object-orientation](http://lua-users.org/wiki/ObjectOrientedProgramming) in Lua. +It features __class creation__, __instantiation__, __inheritance__ .
+And, it makes __30 lines__. No less, no more. ##Installation Copy the file [30log.lua](https://github.com/Yonaba/30log/blob/master/Lib/30log.lua) inside your project folder, call it using [require](http://pgl.yoyo.org/luai/i/require) function.