Skip to content

Commit

Permalink
Merge pull request #70 from d10/readme-fix
Browse files Browse the repository at this point in the history
Fix minor error in readme.
  • Loading branch information
sindresorhus committed Jan 4, 2016
2 parents fbe4889 + 3a23dec commit fe5908e
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 @@ -83,7 +83,7 @@ gulp.task('default', () => {
.pipe(babel({
presets: ['es2015']
}))
.pipe(logFileHelpers);
.pipe(logFileHelpers());
})
```

Expand Down

0 comments on commit fe5908e

Please sign in to comment.