jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.22k stars 348 forks source link

Fix readme keyval store example #251

Closed aretecode closed 2 years ago

aretecode commented 2 years ago

, => ;

jakearchibald commented 2 years ago

Haha can't believe I missed this for so long! Thank you!

(this example used to export a single object, which is where the error came from)