From 0810e23511771f8b1d7a91350c821dde5b6ef629 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 7 Jan 2017 23:43:45 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb6aa53..4d27d51 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,14 @@ Install ------- ```bash -npm install --global serve-https +npm install --global serve-https@1.x +``` + +```bash serve-https ``` -``` +```bash Serving /Users/foo/ at https://localhost.daplie.com:8443 ``` From 2cbb41c3741a3565cc03a7d1d1373188e7c91b4d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 7 Jan 2017 23:46:08 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d27d51..b9b2d3f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ Serving /Users/foo/ at https://localhost.daplie.com:8443 Usage ----- +**Note**: these examples show features of version 2.x which is currently blocked by a bug. + Examples: ``` From 20d86154c0835a0fb81035cdfbbac10ef1710cf5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 7 Jan 2017 23:46:54 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b2d3f..1b2bdfb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Serving /Users/foo/ at https://localhost.daplie.com:8443 Usage ----- -**Note**: these examples show features of version 2.x which is currently blocked by a bug. +**Note**: these examples also show features of version 2.x which is currently blocked by a bug. Examples: