Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsopacifer committed Dec 17, 2016
1 parent 17713c0 commit f0325e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ gulp.task('default', ['banana']);
gulp.task('banana', () => {
gulp.src(['src/**.bnn'])
.pipe(banana({
bnnVariable = true,
bnnImport = true,
compress = false
bnnVariable : true,
bnnImport : true,
compress : false
}))
.pipe(gulp.dest('dist'));
});
Expand Down

0 comments on commit f0325e1

Please sign in to comment.