Skip to content

Commit

Permalink
Update npm commands for recent Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaggioni committed Mar 7, 2022
1 parent 0700927 commit 1adce73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

0 comments on commit 1adce73

Please sign in to comment.