From b010704f215954b89a9dc109519e7c2f90a6d3b6 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 7 May 2018 15:31:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df25d66..7a14ced 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ require('yourJSFile.js'); You can assign this to a variable to use later -## Instantation +## Installing Express First install express with `npm install express --save` and require it