From 7a1af5afe898ce08c8d48b740691811d80c98f3d Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 6 Feb 2014 08:55:19 -0500 Subject: [PATCH] Added Express tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4487db444b..8fe87a7705 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Prerequisites - **OpenSUSE**: `sudo zypper install --type pattern devel_basis` :exclamation: **Note**: If you are new to Node.js or Express framework, -I highly recommend watching [Node.js and Express 101](http://www.youtube.com/watch?v=BN0JlMZCtNU) screencast by Alex Ford that teaches Node and Express from scratch. +I highly recommend watching [Node.js and Express 101](http://www.youtube.com/watch?v=BN0JlMZCtNU) screencast by Alex Ford that teaches Node and Express from scratch. Alternatively, here is another great tutorial for complete beginners - [Getting Started With Node.js, Express, MongoDB](http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/). Getting Started