diff --git a/API.md b/API.md index 2f5a3b5..a5f1036 100644 --- a/API.md +++ b/API.md @@ -609,7 +609,7 @@ Emitted after an entry was added locally to the database. *hash* is the IPFS has db.events.on('peer', (peer) => ... ) ``` -Emitted when a new peer connects via ipfs pubsub. *peer* is a string containing the new peer's id +Emitted when a new peer connects via ipfs pubsub. *peer* is a string containing the id of the new peer ### `closed` Emitted once the database has finished closing.