From 39adae204b19a34f3c996f3b814ae077b71de0a9 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Sat, 25 Apr 2015 18:36:59 +0800 Subject: [PATCH] Fixed README.md example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7345884..63bc777 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ only Entities that have all required components. ```lua local tiny = require("tiny") -local talkingSystem = tiny.system() +local talkingSystem = tiny.processingSystem() talkingSystem.filter = tiny.requireAll("name", "mass", "phrase") function talkingSystem:process(e, dt) e.mass = e.mass + dt * 3