Skip to content

Commit 5000e8f

Browse files
committed
docs: update usage.md
1 parent 50674d3 commit 5000e8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Compile and start a hot-reloading dev server.
88

99
```sh
10-
$ yarn serve
10+
$ yarn start
1111
```
1212

1313
Open in the browser:
@@ -26,15 +26,15 @@ $ yarn build
2626
Now you can view the output in the unversioned `dist` directory.
2727

2828

29-
## Lint
29+
## Lint and format
3030

3131
Detect errors and warnings and fix where possible.
3232

3333
```sh
3434
$ yarn lint:fix
3535
```
3636

37-
Run linter but not fix up. Warnings will pass, but any errors will cause an error exit status - this is useful for a CI/CD flow.
37+
Run checks but do not fix up. Warnings will pass, but any errors will cause an error exit status - this is useful for a CI/CD flow.
3838

3939
```sh
4040
$ yarn lint:check

0 commit comments

Comments
 (0)