From aab26d8ebe102e50ebd95bc4b5d08aa67df87e3a Mon Sep 17 00:00:00 2001 From: Preston Holmes Date: Mon, 13 Apr 2015 19:47:54 -0400 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 625041a52..ac7de7f6e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The Jupyter HTML notebook is a web-based notebook environment for interactive co Dev quickstart: * Create a virtual env (ie jupyter-dev) -* ensure that you have node/npm install (ie brew install node on OS X) +* ensure that you have node/npm installed (ie brew install node on OS X) * Clone this repo and cd into it * pip install -r requirements.txt * pip install -e .