Skip to content

Commit d55ca0f

Browse files
committedJun 8, 2019
description
1 parent 329040e commit d55ca0f

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $ ws --https
7979

8080
### HTTP2
8181

82-
Uses node's built-in HTTP2 support. [See the wiki](https://github.com/lwsjs/local-web-server/wiki) for further info about HTTPS options and a guide on how to get the "green padlock" in your browser.
82+
Launch a secure HTTP2 server. Follow the same instructions as `--https` to use certs, get the "green padlock" etc.
8383

8484
```sh
8585
$ ws --http2

‎lib/cli-app.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ class WsCli extends LwsCli {
3737
sections.unshift(
3838
{
3939
header: 'local-web-server',
40-
content: 'The modular web server for productive full-stack development.'
40+
content: 'A modular HTTP, HTTPS and HTTP2 command-line web server for personalised, full-stack web development.'
4141
},
4242
{
4343
header: 'Synopsis',
4444
content: [
45-
'$ ws <options>',
46-
'$ ws {underline command} <options>'
45+
'$ ws <options>'
4746
]
4847
}
4948
)

‎package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"index.js"
4040
],
4141
"dependencies": {
42-
"lws": "2.0.0-10",
42+
"lws": "2.0.0-11",
4343
"lws-basic-auth": "^1.0.2",
4444
"lws-blacklist": "^2.0.1",
4545
"lws-body-parser": "^1.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.