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