Skip to content

Commit 9c15804

Browse files
committed
docs: update
1 parent de95e0c commit 9c15804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/web-socket-url-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CLI: Web Socket URL
22

33
```console
4-
npx webpack serve --open-target --host 0.0.0.0 --client-web-socket-url <insert-host>:8080
4+
npx webpack serve --open-target --host 0.0.0.0 --client-web-socket-url ws://<insert-host>:8080
55
```
66

77
_NOTE: replace `<insert-host>` with your local IP Address._

0 commit comments

Comments
 (0)