Skip to content

Commit

Permalink
Merge pull request #1359 from docwhat/patch-1
Browse files Browse the repository at this point in the history
Improve documentation for steam
  • Loading branch information
shakyShane committed Jul 4, 2017
2 parents 470ab02 + 0aa00a7 commit c64c120
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ module.exports.reload = noop("reload");
*
* @method stream
* @param {Object} [opts] Configuration for the stream method
* @param {Object} [opts.match] Resulting files to reload. The path is from the
* root of the site (not the root of your project). You can use '**' to recurse
* directories.
* @param {Object} [opts.once] Only reload on the first changed file in teh stream.
* @since 2.6.0
* @returns {*}
*/
Expand Down

0 comments on commit c64c120

Please sign in to comment.