Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
barbatus authored Oct 14, 2016
1 parent 21b1a39 commit 24dc190
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Meteor has a lot of packages that extend `Mongo.Collection` with new methods. Si
```ts
let collection = new Mongo.Collection('foo');
let observable = new MongoObservable.Collection(collection);
collection.applySchema(...); // with SimpleSchema package
collection.attachSchema(...); // with SimpleSchema package
```

## Usage in Angular 2
Expand Down Expand Up @@ -83,3 +83,6 @@ class List {
}
```

##License
MIT

0 comments on commit 24dc190

Please sign in to comment.