Skip to content

Commit

Permalink
Followup to b520a49
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 24, 2014
1 parent b520a49 commit cf9e3bf
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
@@ -1,7 +1,7 @@
# Using multiple sources in one task

```js
// npm install gulp event-stream
// npm install gulp merge-stream

var gulp = require('gulp');
var merge = require('merge-stream');
Expand Down

0 comments on commit cf9e3bf

Please sign in to comment.