Skip to content

Commit cc7d89c

Browse files
committed
Resolved merge.
2 parents acdfb1d + a4f1dd9 commit cc7d89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ I recommend the [Postman extension for Chrome](https://chrome.google.com/webstor
2020
### How To Create a Mongoose Service
2121

2222
```javascript
23-
var customService = new mongooseService(modelName, mongooseSchema, mongooseConnection);
23+
var customService = new mongooseService(modelName, schema, mongoose);
2424
```
2525

2626
See [Mongoose Schema Guide](http://mongoosejs.com/docs/guide.html) for more information on defining your schema.

0 commit comments

Comments
 (0)