From 1e0f516a55960def9366e982acc270bc7997cf44 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Thu, 25 Jan 2018 21:48:52 +0100 Subject: [PATCH] Fix curl example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a898d7..c6958af 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If using `curl` to connect to a Node.js HTTPS server using a self-signed certificate, use the `-k` option: ``` -curl -k https://localhost:4443 +curl -k https://localhost:443 ``` ## API