Add link to createChangeStream docs

This commit is contained in:
Ritchie Martori 2015-07-13 09:40:22 -07:00
parent 8eeaa5568f
commit 9422175510
1 changed files with 1 additions and 1 deletions

View File

@ -1547,7 +1547,7 @@ module.exports = function(registry) {
};
/**
* Create a change stream.
* Create a change stream. [See here for more info](http://docs.strongloop.com/pages/viewpage.action?pageId=6721710)
*
* @param {Object} options
* @param {Object} options.where Only changes to models matching this where filter will be included in the `ChangeStream`.