Skip to content

Commit 1febf71

Browse files
committed
updating readme again
1 parent 016271a commit 1febf71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ npm i javascript-entity-component-system
1212
##Features
1313
-**Simple API** - JECS has a very simple and easy to use API with a mix of object-oriented and prodecural type of methods.
1414
- 🥤 **No Dependencies** - JECS is built with TypeScript and compiled to JavaScript without the need of any external libraries. The source code is only ~250 lines long.
15+
- 💾 **Lightweight** - JECS is a lightweight library. The minified version sits at 2.80kb.
1516
- 🤝 **TypeScript support** - JECS is built and is best used with TypeScript. Type defintions and hinting are provided naturally.
16-
- 📄 **Documentation** - JECS has documentation about every method and examples on how to use them.
17+
- 📄 **Documentation** - JECS has documentation for every method and often examples on how to use them.
1718

1819
## Live Demo
1920
[JS BIN](https://jsbin.com/bunetigumo/edit?html,output)

0 commit comments

Comments
 (0)