From 971ff307c745e394ba3fd20e9dfbd1f302736c7c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 11 Aug 2014 01:42:34 -0500 Subject: Moves tellurium to dev dependncies, fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 174c5db..434196a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Remove entities or systems: Entities are the basic object of Serpentity, and they do nothing. - var entity = new Serpentity.entity(); + var entity = new Serpentity.Entity(); All the behavior is added through components -- cgit