From bdbd71399411277661e8cfd82bcacbc45586c8e4 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Fri, 17 May 2013 11:12:31 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a51220..e11a9ae 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # NeDB (Node Embedded DataBase) + + Embedded persistent database for Node.js, with no dependency (except npm modules of course). You can think of it as a SQLite for Node.js, which can be installed and used in less than 30 seconds. The API is a subset of MongoDB's. ## Installation, tests +Module name on npm is `nedb`. ```javascript npm install nedb --save // Put latest version in your package.json -make test +make test // You'll need the dev dependencies to test it ``` ## API