Skip to content

Commit

Permalink
Merge pull request gulpjs#674 from pkozlowski-opensource/issue673
Browse files Browse the repository at this point in the history
document the return value of gulp.src
  • Loading branch information
yocontra committed Sep 8, 2014
2 parents 16cc9b3 + 17af7eb commit fb8c780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### gulp.src(globs[, options])

Takes a glob and represents a file structure. Can be piped to plugins.
Takes a glob and represents a file structure. Returns a [stream](http://nodejs.org/api/stream.html) of [Vinyl files](https://github.com/wearefractal/vinyl-fs) that can be [piped](http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options) to plugins.

```js
gulp.src('client/templates/*.jade')
Expand Down

0 comments on commit fb8c780

Please sign in to comment.