From 2c7ca9e6122181a6c6a176846c9695827d1cef83 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 29 Nov 2018 12:19:46 -0500 Subject: [PATCH] docs(README.md): Add note about calls above fold In [at least this comment](https://github.com/orbitdb/orbit-db/issues/509#issuecomment-442710847), it was not clear that there were calls. This might help. What do you think? --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 678b2e7..dceeafd 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ All databases are [implemented](https://github.com/orbitdb/orbit-db-store) on to #### Project status & support This is the Javascript implementation and it works both in **Browsers** and **Node.js** with support for Linux and OS X (Windows is not supported yet). The minimum required version of Node.js is now 8.0.0. 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. +#### Community Calls +We also have **regular community calls**, which we announce in the issues in [the @orbitdb welcome repository](https://github.com/orbitdb/welcome/issues). Join us! + ## Table of Contents