Skip to content

Commit bc95669

Browse files
committed
Simply the shorthand example
1 parent 417f584 commit bc95669

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ gulp.task('example', () => {
3232
Or you can use this shorthand:
3333

3434
```js
35-
gulp.task('shorthand', shell.task([
36-
'echo hello',
37-
'echo world'
38-
]))
35+
gulp.task('greet', shell.task('echo Hello, World!'))
3936
```
4037

4138
You can find more examples in the [gulpfile](https://github.com/sun-zheng-an/gulp-shell/blob/master/gulpfile.js) of this project.

0 commit comments

Comments
 (0)