diff --git a/API.md b/API.md index 75fb240..c777f6b 100644 --- a/API.md +++ b/API.md @@ -105,13 +105,13 @@ Choose this options if you're using `orbitd-db` to develop **backend** or **desk - [create(name|address, type, [options])]() - [stop()](#stop) - **Static Properties** - - [databaseTypes]() + - [databaseTypes](#databasetypes) - **Static Methods** - - [isValidType()]() - - [addDatabaseType()]() - - [getDatabaseTypes()]() - - [isValidAddress()]() - - [parseAddress()]() + - [isValidType(type)](#isvalidtypetype) + - [addDatabaseType(type, store)](#adddatabasetypetype-store) + - [getDatabaseTypes()](#getdatabasetypes) + - [isValidAddress(address)](#isvalidaddressaddress) + - [parseAddress(address)](#parseaddressaddress) - [Store](#store) - [load()](#load) - [close()](#close)