From 2ec0188eecd514643f666d1fa61d2140e2e38d1d Mon Sep 17 00:00:00 2001 From: Toothbrush Date: Wed, 25 Feb 2015 11:25:20 +0000 Subject: [PATCH] Update README.md Removed the bracket escaping for the link so that it renders an actual link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d17274..8ca116a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ http.createServer(function (req, res) { ### Port sharing -To use port sharing, provide a full [URL prefix string](http://msdn.microsoft.com/en-us/library/windows/desktop/aa364698(v=vs.85\).aspx) in the call to `Server.listen`, e.g.: +To use port sharing, provide a full [URL prefix string](http://msdn.microsoft.com/en-us/library/windows/desktop/aa364698(v=vs.85).aspx) in the call to `Server.listen`, e.g.: ```javascript require('httpsys').slipstream();