From 6eef1ffdbae16f57c384dd46e78a268f3d4b0fed Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Wed, 17 Jul 2013 11:23:08 +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 fc3c061..c853992 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ As of v0.8.0, you can use NeDB in the browser! You can find it and its minified ``` -It has been tested and is compatible with Chrome, Safari, Firefox, IE 10, IE 9. Please open an issue if you need compatibility with IE 8/IE 7, I think it will need some work and am not sure it is needed, since most complex webapplications -the ones that would need NeDB- only work on modern browsers. To launch the tests, simply open the file `browser-version/test/index.html` in a browser and you'll see the results of the tests for this browser. +It has been tested and is compatible with Chrome, Safari, Firefox, IE 10, IE 9. Please open an issue if you need compatibility with IE 8/IE 7, I think it will need some work and am not sure it is needed, since most complex webapplications - the ones that would need NeDB - only work on modern browsers. To launch the tests, simply open the file `browser-version/test/index.html` in a browser and you'll see the results of the tests for this browser. If you fork and modify nedb, you can build the browser version from the sources, the build script is `browser-version/build.js`.