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();