Skip to content

Commit 4d2d520

Browse files
committed
fix step order in contributing
1 parent 8c8b8c0 commit 4d2d520

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Pull requests often need some real-world testing.
3939

4040
1. In your `package.json`, change the line with `webpack-dev-server` to:
4141

42-
```json
43-
"webpack-dev-server": "webpack/webpack-dev-server#<ID>/head"
44-
```
42+
```json
43+
"webpack-dev-server": "webpack/webpack-dev-server#<ID>/head"
44+
```
4545

46-
`<ID>` is the ID of the pull request.
46+
`<ID>` is the ID of the pull request.
4747

4848
2. Then run `npm install`.
4949

0 commit comments

Comments
 (0)