Skip to content

Commit ff0249d

Browse files
committed
adding links and updating version
1 parent 122d9ce commit ff0249d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Entity Component System for Javascript
2-
![npm version](https://badgen.net/badge/npm/v1.0/blue)
3-
![npm downloads](https://badgen.net/badge/downloads/100%20%2F%20week/green)
2+
[![npm version](https://badgen.net/badge/npm/v1.0.1/blue)](https://www.npmjs.com/package/javascript-entity-component-system)
3+
[![npm downloads](https://badgen.net/badge/downloads/100%20%2F%20week/green)](https://www.npmjs.com/package/javascript-entity-component-system)
44

55
JECS (javascript-entity-component-system) is a easy to use [Entity Component System](https://en.wikipedia.org/wiki/Entity_component_system) for JavaScript. JECS will help you to easier develop your games by making composable pieces of code, mixing and remixing them with entities to your liking.
66

0 commit comments

Comments
 (0)