diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 222257ac81..45e44af8fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,11 +39,16 @@ 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": "github:webpack/webpack-dev-server#pull//head" -``` + ```json + "webpack-dev-server": "" + ``` -`` is the ID of the pull request. + ``: + + - `github:webpack/webpack-dev-server#pull//head` + where `` is the ID of the pull request. + + - `file:../path/to/local/webapck-dev-server/fork` is the path to your local repo, just make sure you hit the correct path 2. Run `npm install`.