Update example in README to define the specific ipfs module to use

This commit is contained in:
haad 2016-10-11 14:05:54 -04:00
parent a2de45346e
commit dbf7fe8f01

View File

@ -36,7 +36,7 @@ This is the Javascript implementation and it works both in **Node.js** and **Bro
## Usage
```
npm install orbit-db ipfs-api
npm install orbit-db ipfs-api@https://github.com/haadcode/js-ipfs-api.git
```
```javascript