From 0f7fa686fd9d21881e7ec20cc248cddf6752f470 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Wed, 20 Aug 2014 18:44:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a5c0c3..882ec0d 100644 --- a/README.md +++ b/README.md @@ -594,7 +594,9 @@ 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`. -As of v0.11, NeDB is also persistent on the browser. To use this, simply create the collection with the `filename` option which will be the name of the `localStorage` variable storing data. **Browser persistence is still young! It has been tested on most major browsers but please report any bugs you find** +As of v0.11, NeDB is also persistent on the browser. To use this, simply create the collection with the `filename` option which will be the name of the `localStorage` variable storing data. Persistence should work on all browsers where NeDB works. + +**Browser persistence is still young! It has been tested on most major browsers but please report any bugs you find** ## Performance