Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Updated npm instructions to include a version number #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
npm install -g [email protected]

### Using in Node.js:
```js
Expand Down