We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e038a commit 909d12aCopy full SHA for 909d12a
examples/cli/compression/README.md
@@ -11,7 +11,7 @@ npm run webpack-dev-server -- --open --compress
11
12
## What should happen
13
14
-1. The script should open `https://localhost:8080/`.
+1. The script should open `http://localhost:8080/`.
15
2. Files being sent to the browser from the `webpack` bundle should be gzipped.
16
3. Open the console in your browser's devtools and select the _Network_ tab.
17
4. Find `bundle.js`. The response headers should contain `Content-Encoding: gzip`.
0 commit comments