From fdfd2564467ce9e73578a657f8b43a3b803c9b6c Mon Sep 17 00:00:00 2001 From: codershiba <155646804+codershiba@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:13:32 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b5c1ed..bbc1405 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ and [`node:assert`](https://nodejs.org/api/assert.html). It fails your tests if the number of assertions is not met, or the test plan was not completed. -## Install +## Installation ```bash -npm i @matteo.collina/tspl +npm i @matteo.collina/tspl --save-dev ``` (You'll also need `@types/node`)