From 4944799e2794e5d1879d65db6cc210e15481a5f2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 25 Jun 2014 19:09:42 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a11da18..8643387 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,6 @@ app.use('/', function (req, res) { }); server = https.createServer(sslOptions, app).listen(port, function(){ - console.log("Listening on " + server.address().port); + console.log('Listening on https://' + server.address().address + ':' + server.address().port); }); ```