teambition / merge2

Merge multiple streams into one stream in sequence or parallel (~119M/month downloads).
MIT License
170 stars 14 forks source link

install instructions #16

Closed nextfactor closed 7 years ago

nextfactor commented 7 years ago

The install instructions have the wrong package npm install --save-dev gulp-sequence

needs to be changed to: npm install --save-dev gulp-merge

zensh commented 7 years ago

Hi, it should be npm install --save-dev merge2