From af8f4df3354942f0a28415cad5902fe9d9dd882d Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Mon, 18 Sep 2023 12:11:12 +0100 Subject: [PATCH 1/9] docs: Install latest stable version. --- README.md | 4 +--- docs/GETTING_STARTED.md | 2 +- docs/jsdoc/README.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9bf49f1..aabe22d 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,8 @@ A Go implementation is developed and maintained by the [Berty](https://github.co ## Installation -*Note! The upcoming version 1.0.0 is currently in testing and needs to be installed as version "next" as described below.* - ``` -npm install @orbitdb/core@next +npm install @orbitdb/core ``` ### Browser diff --git a/docs/jsdoc/README.md b/docs/jsdoc/README.md index c61ce53..fd011ed 100644 --- a/docs/jsdoc/README.md +++ b/docs/jsdoc/README.md @@ -1,3 +1,5 @@ +## OrbitDB API - v1.0.0 + OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS as its data storage and Libp2p Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses Merkle-CRDTs for conflict-free database writes and merges making OrbitDB an excellent choice for p2p and decentralized apps, blockchain applications and local first web applications.