From a26a45174a3ac71738f1d7f3647968894144e6b4 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Tue, 16 Jul 2013 10:34:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd9ad3..d691926 100644 --- a/README.md +++ b/README.md @@ -421,7 +421,7 @@ As of v0.8.0, you can use NeDB in the browser! You can find it and its minified If you fork and modify nedb, you can build the browser version from the sources, the build script is `browser-version/build.js`. -**The browser version is still young!** For now you can only use it as an in-memory database in browser environments, I'll implement persistence using indexeddb and localstorage later. Also, only the master version works with IE yet (no npm-published one does). That's due to a bug in async for which I've sent a PR. I'll `npm publish` an IE-compatible version when it is merged and version is bumped. +**The browser version is still young!** For now you can only use it as an in-memory database in browser environments, I'll implement persistence using indexeddb and localstorage later. Also, only the master version works with IE yet (no npm-published one does). That's due to a bug in async for which I've sent a PR. I'll `npm publish` an IE-compatible version when it is merged and version is bumped. ## Performance