From e819284bbe1854428f586b2237320ea3d5fef632 Mon Sep 17 00:00:00 2001 From: Tiago Rangel <70700766+tiagorangel2011@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:55:37 +0100 Subject: [PATCH] Improve README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 362df02..b527221 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -> 🍩 **Note:** If you want a database with more features (e.g. math, etc.), I hightly recommend you looking at [jsoning](https://github.com/khalby786/jsoning) by [@khalby786](https://github.com/khalby786) - - qjson-db: Dead simple JSON database *** @@ -8,6 +5,8 @@ A simplified and improved version of [nmaggioni/Simple-JSONdb](https://github.com/nmaggioni/Simple-JSONdb): a dead simple JSON database for your web app. **Install:**: `npm i qjson-db` or `bun add qjson-db` if you're feeling extra fancy. +**Requirements:** Node >= 10.0 +**Note:** If you want a database with more features (e.g. math, etc.) but less support for older versions of Node, I highly recommend you looking at [jsoning](https://github.com/khalby786/jsoning) by [@khalby786](https://github.com/khalby786) ## Usage