diff --git a/GUIDE.md b/GUIDE.md index c605fea..dbd3f87 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -68,7 +68,7 @@ const ipfsOptions = { // Create IPFS instance const ipfs = new IPFS(ipfsOptions) -ipfs.on('ready', () => { +ipfs.on('ready', async () => { // Create OrbitDB instance const orbitdb = await OrbitDB.createInstance(ipfs) })