Skip to content

Commit 2a464ed

Browse files
author
Saul van der Walt
committed
update readme
1 parent 8ded088 commit 2a464ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
55

66
* +: no depencies
7-
* +: small size, SuperModel.min.js is ~4kb uncompressed
7+
* +: small size, SuperModel.min.js is ~4.5kb uncompressed
88
* -: only works in environments supporting Proxy
99

10+
you can install from npm: ``npm install --save super-model-js``
11+
1012
### API
1113
* ``SuperModel( data = {}, emitter = SuperModel.emitter(), store = new Map() )`` - create a new model
1214
* ``.on(type, func)``, ``.once(type, func)``- model event listener

0 commit comments

Comments
 (0)