Skip to content

Commit

Permalink
Simply the shorthand example
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-zheng-an committed Mar 14, 2017
1 parent 417f584 commit bc95669
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ gulp.task('example', () => {
Or you can use this shorthand:

```js
gulp.task('shorthand', shell.task([
'echo hello',
'echo world'
]))
gulp.task('greet', shell.task('echo Hello, World!'))
```

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

0 comments on commit bc95669

Please sign in to comment.