From e8e854d423dd5eda80d136c4ce2ee44612a9e132 Mon Sep 17 00:00:00 2001 From: codershiba <155646804+codershiba@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:22:55 +0530 Subject: [PATCH] Update README.md (#5) --- 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`)