Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

Commit 93f22cd

Browse files
committed
Update README for h2 flags
1 parent d291937 commit 93f22cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Navigate to `localhost:8080/components/my-element/demo.html`
2828
* `-o` Opens your default browser to an initial page, e.g. "demo" or "index.html"
2929
* `-b <browsername>` use this browser instead of default (ex: 'Google Chrome Canary')
3030
* `-H <hostname>` use this hostname instead of localhost
31+
* `-h <protocol>` The server protocol to use {`h2`, `https/1.1`, `http/1.1`}. `h2` requires Node 5+.
32+
* `-k <path>` Path to TLS certificate private key file for https. Defaults to "key.pem".
33+
* `-t <path>` Path to TLS certificate file for https. Defaults to "cert.pem".
34+
* `-m <path>` Path to h2-push manifest
3135

3236
## Run Tests
3337

0 commit comments

Comments
 (0)