Update README.md (#814)

* Update README.md

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
Geolffrey Mena 2020-07-07 12:22:33 -06:00 committed by GitHub
parent 5e94feb184
commit 23ba6c2dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')