From b35e0f67b1b0101e8970d6e892d8a47a84bf570d Mon Sep 17 00:00:00 2001 From: Kia <1823355+mistakia@users.noreply.github.com> Date: Wed, 25 Jul 2018 21:03:59 -0400 Subject: [PATCH] docs(api): add missing param to store ready event --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 2a85354..87a4631 100644 --- a/API.md +++ b/API.md @@ -535,7 +535,7 @@ Emitted while loading the local database, once for each entry. *dbname* is the n #### `ready` ```javascript -db.events.on('ready', (dbname) => ... ) +db.events.on('ready', (dbname, heads) => ... ) ``` Emitted after fully loading the local database.