From 46aab5d290bb68f204db7fc6107a5fb57ad46693 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Tue, 18 Aug 2015 21:21:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a98172..cfd9265 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ +**IMPORTANT NOTE: Please don't submit issues for questions regarding your code. Only actual bugs or feature requests will be answered, all others will be closed without comment.** + **Embedded persistent database for Node.js, written in Javascript, with no dependency** (except npm 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+).