Skip to content

Commit a186430

Browse files
fralonrangryman
authored andcommitted
🪲 fix typos in readme.md (#41)
Add the missing parentheses in code examples
1 parent 7b88fce commit a186430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ gulp.task('build', () =>
6161
babelify.configure({ presets: ['es2015'] }),
6262
[ 'uglifyify', { global: true } ]
6363
]
64-
})
64+
}))
6565
.pipe(gulp.dest('dist')
6666
)
6767
```
@@ -72,7 +72,7 @@ gulp.task('build', () =>
7272
gulp.task('build', () =>
7373
gulp.src('*.js')
7474
.pipe(bro())
75-
.pipe(gulp.dest('dist')
75+
.pipe(gulp.dest('dist'))
7676
)
7777
```
7878

0 commit comments

Comments
 (0)