aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/serpentity/serpentity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serpentity/serpentity.js b/lib/serpentity/serpentity.js
index 2015e5c..d1c1cb0 100644
--- a/lib/serpentity/serpentity.js
+++ b/lib/serpentity/serpentity.js
@@ -29,7 +29,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