From 3bedf83b0f73c35827d0cf90475d903f26cab168 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Thu, 2 Apr 2015 10:02:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bfe4e5..0af106b 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ **Embedded persistent database for Node.js, written in Javascript, with no dependency** (except npm -modules of course). You can **think of it as a SQLite for Node.js projects**, which -can be used with a simple `require` statement. The API is a subset of MongoDB's. You can use it as a persistent or an in-memory only datastore. +modules), which +can be used with a simple `require` statement. The API is a subset of MongoDB's. You can use it as a persistent or an in-memory only datastore, and it can also be used in all recent browsers (Chrome, Firefox, Safari, IE9+). NeDB is not intended to be a replacement of large-scale databases such as MongoDB! Its goal is to provide you with a clean and easy way to query data and persist it to disk, for web applications that do not need lots of concurrent connections, for example a continuous integration and deployment server and desktop applications built with Node Webkit.