From 4b4595ab03a6540af7ddc9a46b8748ed135c0ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20G=C3=B3mez?= Date: Fri, 23 Feb 2024 16:54:30 +0100 Subject: [PATCH] docs: fix npm installation typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4c83da..4fdd665 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The `Primitives` return type is ensuring all our restrictions in a very # 👍 How to install -- Npm: `npm install |--save-dev @codelytv/primitives-type` +- Npm: `npm install --save-dev @codelytv/primitives-type` - Yarn: `yarn add -D @codelytv/primitives-type` # 👌 Codely Code Quality Standards