From b1dd6aa8c709286f1897fed8d0c44be1f63fcc74 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Mon, 3 Jun 2013 10:13:29 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 902f5da..36358ff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **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 also use it as a persistent or an in-memory only datastore. +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. ## Installation, tests