Skip to content

Commit

Permalink
Add info about storing references, not strings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Oct 9, 2015
1 parent f613276 commit da95951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $ meteor add jagi:reactive-map

## Usage

All methods are reactive. Values are stored in the original form, so you can also store functions and objects with functions. Objects are stored as references.

```js
var map = new ReactiveMap();

Expand Down

0 comments on commit da95951

Please sign in to comment.