Skip to content

Commit

Permalink
Fix minor error in readme.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bnjmnt4n committed Jan 4, 2016
1 parent fbe4889 commit 3a23dec
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 3a23dec

Please sign in to comment.