Skip to content

Commit

Permalink
docs: fix CONTRIBUTING.md PR test dependency
Browse files Browse the repository at this point in the history
fix CONTRIBUTING.md PR test dependency
  • Loading branch information
evilebottnawi committed Aug 3, 2018
2 parents ba65ec1 + 83b3f28 commit 2a5e2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Pull requests often need some real-world testing.
1. In your `package.json`, change the line with `webpack-dev-server` to:

```json
"webpack-dev-server": "webpack/webpack-dev-server#<ID>/head"
"webpack-dev-server": "github:webpack/webpack-dev-server#pull/<ID>/head"
```

`<ID>` is the ID of the pull request.
Expand Down

0 comments on commit 2a5e2f6

Please sign in to comment.