From 4a216be21134f2cd921fa845b52bf94f7a64f5a8 Mon Sep 17 00:00:00 2001 From: Eric Lewis Date: Fri, 30 Jun 2017 11:41:29 -0400 Subject: [PATCH] Fix install instructions in README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dab35d819..51075ff7e 100644 --- a/readme.md +++ b/readme.md @@ -250,7 +250,7 @@ cd ./rxjs ### Installing with [NPM](https://www.npmjs.com/) -```bash` +```bash $ npm install rx $ npm install -g rx ```