From 23ba6c2dad9a00dabd5d7cfe9a5da8305de08332 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Tue, 7 Jul 2020 12:22:33 -0600 Subject: [PATCH] Update README.md (#814) * Update README.md * Update README.md * Update README.md * Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 438c815..9583252 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ All databases are [implemented](https://github.com/orbitdb/orbit-db-store) on to #### Project status & support -Status: **in active development** +* Status: **in active development** +* Compatible with **js-ipfs versions <= 0.46** ***NOTE!*** *OrbitDB is **alpha-stage** software. It means OrbitDB hasn't been security audited and programming APIs and data formats can still change. We encourage you to [reach out to the maintainers](https://gitter.im/orbitdb/Lobby) if you plan to use OrbitDB in mission critical systems.* @@ -99,9 +100,10 @@ If you're using `orbit-db` to develop **browser** or **Node.js** applications, u Install dependencies: ``` -npm install orbit-db ipfs +npm install orbit-db ipfs@~0.46.0 ``` + ```javascript const IPFS = require('ipfs') const OrbitDB = require('orbit-db')