Skip to content

Commit

Permalink
Provided a better description
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Jan 11, 2014
1 parent 93a7bf7 commit 5843572
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/Yonaba/30log.png)](https://travis-ci.org/Yonaba/30log)

__30log__, in extenso *30 Lines Of Goodness* is a minified framework for [object-orientation](http://lua-users.org/wiki/ObjectOrientedProgramming) in Lua.
It features __named classes__, __single inheritance__ and basic support for __mixins__.<br/>
It features __named (and unnamed) classes__, __single inheritance__ and a basic support for __mixins__.<br/>
It makes __30 lines__. No less, no more.<br/>
__30log__ is [Lua 5.1](http://www.lua.org/versions.html#5.1), [Lua 5.2](http://www.lua.org/versions.html#5.2) compatible.

Expand Down
6 changes: 3 additions & 3 deletions rockspecs/30log-0.8.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ source = {
description = {
summary = "30 lines library for object orientation",
detailed = [[
30log, in extenso "30 Lines Of Goodness" is a 30-lines minified framework
for object-orientation in Lua. It features class creation,
instantiation, single inheritance and basic support for mixins.
30log, in extenso "30 Lines Of Goodness" is a minified library
for object-orientation in Lua. It features named (and unnamed) classes,
single inheritance and a basic support for mixins in 30 lines of code.
]],
homepage = "http://yonaba.github.io/30log",
license = "MIT <http://www.opensource.org/licenses/mit-license.php>"
Expand Down

0 comments on commit 5843572

Please sign in to comment.