Skip to content

Commit 83a6bd7

Browse files
committed
docs: compress
1 parent 7e42f17 commit 83a6bd7

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

docs/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ async composers
1010

1111
- _gulp what?_ If you don't know gulp [go here first][gulp]
1212

13-
- _Install with [npm][npm]_
13+
- _[`npm install --save-dev gulp-runtime`][npm]_
1414

15-
`npm install --save-dev gulp-runtime`
16-
17-
- _Then open your favourite editor_
18-
19-
Go to that `gulpfile` and change this line
15+
- _Open that `gulpfile`_ and change this line
2016

2117
```js
2218
var gulp = require('gulp');
@@ -28,13 +24,13 @@ with
2824
var gulp = require('gulp-runtime').create();
2925
```
3026

31-
After that just run `gulpfile` with `node` directly from the command line
27+
After that just run the `gulpfile` with `node` directly from the command line
3228

3329
```sh
3430
node gulpfile.js --tasks default watch serve
3531
```
3632

37-
If no argument are given the `default` task will run instead (as gulp does).
33+
If no arguments are given the `default` task will run instead (as gulp does).
3834

3935
- _What about the CLI?_
4036

0 commit comments

Comments
 (0)