Skip to content

Commit ec67f22

Browse files
committed
docs: ok, just bullets
1 parent 4865efe commit ec67f22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ async composers
88

99
## setup
1010

11-
> gulp what?
11+
1. gulp what?
1212

1313
If you don't know gulp [go here first][gulp]
1414

15-
> Install with [npm][npm]
15+
2. Install with [npm][npm]
1616

1717
`npm install --save-dev gulp-runtime`
1818

19-
> Then open your favourite editor
19+
3. Then open your favourite editor
2020

2121
Go to that `gulpfile` and change this line
2222

@@ -36,9 +36,9 @@ async composers
3636
node gulpfile.js --tasks default watch serve
3737
```
3838

39-
If no argument is given the `default` task will run instead (as gulp does).
39+
If no argument are given the `default` task will run instead (as gulp does).
4040

41-
> What about the CLI?
41+
4. What about the CLI?
4242

4343
Add an alias to your `.bashrc`, `.zshrc`
4444

0 commit comments

Comments
 (0)