Skip to content

Commit 909d12a

Browse files
hiroppyCarlos Requena López
authored and
Carlos Requena López
committed
docs: modify sample url in compression's README.md (webpack#1640)
1 parent c7e038a commit 909d12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/compression/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm run webpack-dev-server -- --open --compress
1111

1212
## What should happen
1313

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

0 commit comments

Comments
 (0)