Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 18e20af

Browse files
committed
Merge pull request #269 from moshisushi/master
Add note about Node > 4.x requirement to README.md
2 parents 65f4b75 + 675b011 commit 18e20af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ IPFS API wrapper library in JavaScript
1717
```bash
1818
$ npm install --save ipfs-api
1919
```
20+
**Note:** ipfs-api requires Node v4.x (LTS) or higher.
2021

2122
#### Running the daemon with the right port
2223

@@ -117,4 +118,4 @@ MIT.
117118

118119
# Want to hack on IPFS?
119120

120-
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)
121+
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)

0 commit comments

Comments
 (0)