From 134dd2bd2dd604a0ce2901fd12c142e892ff8bc5 Mon Sep 17 00:00:00 2001 From: Bernard Vander Beken Date: Fri, 21 Jun 2019 13:14:31 +0200 Subject: [PATCH] Fix markdown syntax for URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 130404da..cb36b7fc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This can be a head-scratcher since IIS Express 8 gives you both 32-bit and 64-bi **Howtos** ======= - [the basics](http://tomasz.janczuk.org/2011/08/hosting-nodejs-applications-in-iis-on.html) -- [**NEW: websockets**] (http://tomasz.janczuk.org/2012/11/how-to-use-websockets-with-nodejs-apps.html) +- [**NEW: websockets**](http://tomasz.janczuk.org/2012/11/how-to-use-websockets-with-nodejs-apps.html) - [using with express framework](http://tomasz.janczuk.org/2011/08/hosting-express-nodejs-applications-in.html) - [using with URL rewrite module](http://tomasz.janczuk.org/2011/08/using-url-rewriting-with-nodejs.html) - [using with WebMatrix and IIS Express](http://tomasz.janczuk.org/2011/08/developing-nodejs-applications-in.html)