From 826c191a577f5c1db93368d35bb401a2d24886e8 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Wed, 2 Dec 2015 10:52:13 +0000 Subject: [PATCH] docs --- README.md | 3 ++- jsdoc2md/README.hbs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e87b539..488d045 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A simple web-server for productive front-end development. Typical use cases: * Front-end Development * Static or Single Page App development * Re-route paths to local or remote resources + * Efficient, predictable, entity-tag-powered conditional requests (no need to 'Disable Cache' in DevTools, slowing page-load down) * Bundle with your front-end project * Very little configuration, just a few options * Outputs a dynamic statistics view to the terminal @@ -387,7 +388,7 @@ module.exports = mockResponses ### HTTPS Server -Some modern techs (ServiceWorker, webRTC, any `getUserMedia` request etc.) *must* be served from a secure origin (HTTPS). To launch an HTTPS server, supply a `--key` and `--cert` to local-web-server, for example: +Some modern techs (ServiceWorker, any `MediaDevices.getUserMedia()` request etc.) *must* be served from a secure origin (HTTPS). To launch an HTTPS server, supply a `--key` and `--cert` to local-web-server, for example: ``` $ ws --key assets/localhost.key --cert assets/localhost.crt diff --git a/jsdoc2md/README.hbs b/jsdoc2md/README.hbs index 60a54eb..04ccede 100644 --- a/jsdoc2md/README.hbs +++ b/jsdoc2md/README.hbs @@ -12,6 +12,7 @@ A simple web-server for productive front-end development. Typical use cases: * Front-end Development * Static or Single Page App development * Re-route paths to local or remote resources + * Efficient, predictable, entity-tag-powered conditional requests (no need to 'Disable Cache' in DevTools, slowing page-load down) * Bundle with your front-end project * Very little configuration, just a few options * Outputs a dynamic statistics view to the terminal @@ -387,7 +388,7 @@ module.exports = mockResponses ### HTTPS Server -Some modern techs (ServiceWorker, webRTC, any `getUserMedia` request etc.) *must* be served from a secure origin (HTTPS). To launch an HTTPS server, supply a `--key` and `--cert` to local-web-server, for example: +Some modern techs (ServiceWorker, any `MediaDevices.getUserMedia()` request etc.) *must* be served from a secure origin (HTTPS). To launch an HTTPS server, supply a `--key` and `--cert` to local-web-server, for example: ``` $ ws --key assets/localhost.key --cert assets/localhost.crt