From 1adce73d23eb0fd5fb7f9600bc7f066b6576843a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maggioni?= Date: Mon, 7 Mar 2022 22:01:49 +0100 Subject: [PATCH] Update npm commands for recent Node versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 868dd92..4c51b94 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple, no-frills, JSON **key-value** storage engine for Node.JS with full tes ## Installation -`npm install --save simple-json-db` +`npm install simple-json-db` ## Usage @@ -74,4 +74,4 @@ Giving a parameter to the `JSON` function makes the object passed replace the in ## Tests -Run `npm test` to start the combined Mocha & Chai testing suite. +Run `npm ci` to install the testing dependencies and `npm test` to start the test suite.