From 77f992ade26d744fe35420f5a6a1222a279eb7d1 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 22 Aug 2016 08:07:20 -0400 Subject: [PATCH] how to install express --- node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.md b/node.md index 8799cfc..5e2b5e3 100644 --- a/node.md +++ b/node.md @@ -32,7 +32,7 @@ You can assign this to a variable to use later ## Instantation -First require express: +First install express with `npm install express --save` and require it ```javascript var express = require('express'); //include express package