Skip to content

Commit

Permalink
Update using-multiple-sources-in-one-task.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra committed Jun 10, 2014
1 parent 0c354ef commit 2758aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/using-multiple-sources-in-one-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gulp.task('test', function(cb) {
gulp.src will emit files in the order they were added:

```js
// npm install gulp gulp-concat streamqueue
// npm install gulp gulp-concat

var gulp = require('gulp');
var concat = require('gulp-concat');
Expand Down

0 comments on commit 2758aeb

Please sign in to comment.