From dbf7fe8f01cb55915c39e60c07a2b4994718a4ce Mon Sep 17 00:00:00 2001 From: haad Date: Tue, 11 Oct 2016 14:05:54 -0400 Subject: [PATCH] Update example in README to define the specific ipfs module to use --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e11cd8..31fbc5c 100644 --- a/README.md +++ b/README.md @@ -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