Skip to content

Commit bbadb61

Browse files
committed
fixing readme
1 parent 218d891 commit bbadb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ JECS (javascript-entity-component-system) is a easy to use [Entity Component Sys
99
npm i javascript-entity-component-system
1010
```
1111

12-
##Features
12+
## 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.
1515
- 💾 **Lightweight** - JECS is a lightweight library. The minified version sits at 2.80kb.

0 commit comments

Comments
 (0)