From 35356fd13e195403a6446fddbed77f319a4bb739 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Thu, 9 Jan 2014 08:34:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d55f2..eef95dd 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ It has been tested and is compatible with Chrome, Safari, Firefox, IE 10, IE 9. 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. +**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 later. ## Performance