From 6b7c099ae213e9f6344dd9f7600d9ae200dd3dc9 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Sat, 25 May 2013 11:07:16 +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 d664d0a..c79e9ce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -**Embedded persistent database for Node.js, with no dependency** (except npm +**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.