From f2cfaa8d1a10bc1f4d589442308f88bb5e976cb2 Mon Sep 17 00:00:00 2001 From: anders Date: Fri, 17 Apr 2020 17:58:36 -0500 Subject: [PATCH] add API to GUIDE.md --- GUIDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index ede9934..48b1287 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -10,6 +10,7 @@ This guide is still being worked on and we would love to get [feedback and sugge - [Background](#background) - [Install](#install) +- [API](#api) - [Setup](#setup) - [Create a database](#create-a-database) * [Address](#address) @@ -48,6 +49,10 @@ Install [orbit-db](https://github.com/orbitdb/orbit-db) and [ipfs](https://www.n npm install orbit-db ipfs ``` +## API + +See [API.md](https://github.com/orbitdb/orbit-db/blob/master/API.md) for the full documentation. + ## Setup Require OrbitDB and IPFS in your program and create the instances: