Skip to content

Commit 2c637ad

Browse files
committed
Update README.md
1 parent 7767850 commit 2c637ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ It's recommended to set up helpers to run on both server and client. This way yo
1515
Some simple helpers:
1616

1717
```javascript
18-
Books = new Meteor.Collection('books');
19-
Authors = new Meteor.Collection('authors');
18+
Books = new Mongo.Collection('books');
19+
Authors = new Mongo.Collection('authors');
2020

2121
Books.helpers({
2222
author: function() {

0 commit comments

Comments
 (0)