From 77eb2295549568cef565f3c6dae0f8d4e7628f1f Mon Sep 17 00:00:00 2001 From: phillmac Date: Fri, 20 Sep 2019 08:02:47 +1000 Subject: [PATCH] Simplify wording --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.