summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-08-13 02:33:01 +0200
committerAki <nthirtyone@gmail.com>2017-08-13 02:33:01 +0200
commitd1e722130257781f7db796f32a7d25dcb5c4afba (patch)
tree3aa368804735df2c0d7d4183c12f32a8934e0885 /readme.md
parent0866dec8387a5ce6d5a547338147beda932114dc (diff)
downloadobject-master.zip
object-master.tar.gz
object-master.tar.bz2
Removed obsolete example fileHEADmaster
Example in readme doesnt need duplicate
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 99ad13b..06ec6e6 100644
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,6 @@
## Description
**Object.lua** is a really small lua module used for class creation that supports single-parent inheritance (Java-like) and metamethods. Initially it was created with three different approaches for fun but it eventually matured enough to be used. It was tested and works just fine on Lua 5.1 and up.
## Example
-*This is content of `example.lua`.*
```lua
local Object = require "Object"