From dffccfa5a6e31e2db45b55222e9e684a630ef15c Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Thu, 28 Jan 2016 18:10:12 +0100 Subject: [PATCH] Close #449 PR: Fix link for Express.js cheatsheet. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 01f562f..701a33f 100644 --- a/readme.md +++ b/readme.md @@ -753,7 +753,7 @@ ### Cheatsheets -- [Express.js](https://github.com/azat-co/cheatsheets/blob/master/express4/index.md) +- [Express.js](https://github.com/azat-co/cheatsheets/blob/master/express4) - [Stream FAQs](https://github.com/stephenplusplus/stream-faqs) - Answering common questions about streams, covering pagination, events, and more. ### Tools