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