We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acdfb1d + a4f1dd9 commit cc7d89cCopy full SHA for cc7d89c
docs/Getting-Started.md
@@ -20,7 +20,7 @@ I recommend the [Postman extension for Chrome](https://chrome.google.com/webstor
20
### How To Create a Mongoose Service
21
22
```javascript
23
-var customService = new mongooseService(modelName, mongooseSchema, mongooseConnection);
+var customService = new mongooseService(modelName, schema, mongoose);
24
```
25
26
See [Mongoose Schema Guide](http://mongoosejs.com/docs/guide.html) for more information on defining your schema.
0 commit comments