diff --git a/README.md b/README.md index 15f53b4..274c0b6 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ const ipfs = IpfsClient('localhost', '5001') const orbitdb = await OrbitDB.createInstance(ipfs) const db = await orbitdb.log('hello') // Do something with your db. +// Of course, you may want to wrap these in an async function. ``` ## API