Skip to content

Commit

Permalink
Resolves #7 - README example gulpfile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
helmoski committed May 14, 2016
1 parent 4eba8cc commit e699d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var gulp = require('gulp'),
gulp.task('default', () => {
return gulp.src('app/**/*')
.pipe(inject({cwd:'app'}))
.dest('dist');
.pipe(gulp.dest('dist'));
});
```

Expand Down

0 comments on commit e699d2f

Please sign in to comment.