From 2bc355c36b29ab2212bc2a6d9a16afbdd6ef821e Mon Sep 17 00:00:00 2001 From: Mark Robert Henderson Date: Thu, 17 Dec 2020 22:43:44 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d124553..44802a0 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ All databases are [implemented](https://github.com/orbitdb/orbit-db-store) on to #### Project status & support * Status: **in active development** -* Compatible with **js-ipfs versions <= 0.46** +* Compatible with **js-ipfs versions <= 0.52** and **go-ipfs versions <= 0.6.0** ***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.* -This is the Javascript implementation and it works both in **Browsers** and **Node.js** with support for Linux and OS X and Windows. The minimum required version of Node.js is now 8.6.0 due to the usage of `...` spread syntax. LTS versions (even numbered versions 8, 10, etc) are preferred. +This is the Javascript implementation and it works both in **Browsers** and **Node.js** with support for Linux, OS X, and Windows. LTS versions (even numbered versions 8, 10, etc) are supported. To use with older versions of Node.js, we provide an ES5-compatible build through the npm package, located in `dist/es5/` when installed through npm.