From 9ee88a6f4f42a8d3092010b7b34ee5b15b7bf3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garc=C3=ADa?= Date: Mon, 31 Oct 2011 09:31:48 +0100 Subject: [PATCH] removed middleclass from readme --- README.textile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.textile b/README.textile index 4fd1530..7350eac 100644 --- a/README.textile +++ b/README.textile @@ -119,8 +119,6 @@ Note that you can pass parameters to @triggerAll@. These will be passed to all c h1. Installation -If you are going to use it, make sure that you have downloaded and installed "middleclass":https://github.com/kikito/middleclass - Just copy the beholder.lua file wherever you want it (for example on a lib/ folder). Then write this in any Lua file where you want to use it:
local Beholder = require 'beholder'
@@ -129,7 +127,7 @@ On this example I've assigned it to a local variable. If you are going to use Be The @package.path@ variable must be configured so that the folder in which beholder.lua is copied is available, of course. -Please make sure that you read the license, too (for your convenience it's now included at the beginning of the middleclass.lua file). +Please make sure that you read the license, too (for your convenience it's now included at the beginning of the beholder.lua file). h1. Specs