Skip to content

Commit

Permalink
docs: modify sample url in compression's README.md (webpack#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy authored and Carlos Requena López committed Feb 26, 2019
1 parent c7e038a commit 909d12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cli/compression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm run webpack-dev-server -- --open --compress

## What should happen

1. The script should open `https://localhost:8080/`.
1. The script should open `http://localhost:8080/`.
2. Files being sent to the browser from the `webpack` bundle should be gzipped.
3. Open the console in your browser's devtools and select the _Network_ tab.
4. Find `bundle.js`. The response headers should contain `Content-Encoding: gzip`.
Expand Down

0 comments on commit 909d12a

Please sign in to comment.