mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-05 05:36:39 +00:00
Update README.md (#814)
* Update README.md * Update README.md * Update README.md * Update README.md
This commit is contained in:
parent
5e94feb184
commit
23ba6c2dad
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user