From c3e40eef62ea789080525353ec32f87dd5e8393a Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Thu, 14 Aug 2014 17:40:03 -0400 Subject: [PATCH] fixing npm install instructions `npm install servi.js` didn't work for me but `npm install servi` did. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a537b..853e4e7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Getting Started ======== 1: Install node.js -2: npm install servi.js +2: npm install servi 3: Create a simple server ```javascript