From dc1b0680382286b836046a1696a0162664936845 Mon Sep 17 00:00:00 2001 From: Keith Davidson Date: Mon, 26 Feb 2018 20:47:37 +0000 Subject: [PATCH] Removed references to jam package manager Updated npm instructions to include a version number --- readme.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index b384713..2c66989 100644 --- a/readme.md +++ b/readme.md @@ -59,14 +59,12 @@ There are multiple ways of getting started with the Interactive Extensions. The bower install Ix -### Installing with [Jam](http://jamjs.org/) - - jam install ix - ### Installing via [NPM](https://npmjs.org/): - npm install ix - npm install -g ix +> You must specify a version of 1.0.6 or earlier to retrieve this package from npm + + npm install ix@1.0.6 + npm install -g ix@1.0.6 ### Using in Node.js: ```js