diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-08-11 01:42:34 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-08-11 01:42:34 -0500 |
| commit | 971ff307c745e394ba3fd20e9dfbd1f302736c7c (patch) | |
| tree | d82e65494e02253cc59273c30267a8f03c90ddf5 /README.md | |
| parent | c2c83a18d5c42264d7aea3ee1c7c91e02311a7c1 (diff) | |
Moves tellurium to dev dependncies, fixes typo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |