We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7767850 commit 2c637adCopy full SHA for 2c637ad
README.md
@@ -15,8 +15,8 @@ It's recommended to set up helpers to run on both server and client. This way yo
15
Some simple helpers:
16
17
```javascript
18
-Books = new Meteor.Collection('books');
19
-Authors = new Meteor.Collection('authors');
+Books = new Mongo.Collection('books');
+Authors = new Mongo.Collection('authors');
20
21
Books.helpers({
22
author: function() {
0 commit comments