From 0686d1fe0111fd8285df5b5d1462d527e0320b14 Mon Sep 17 00:00:00 2001 From: Michael Ishola Date: Tue, 15 Mar 2022 00:43:58 +0100 Subject: [PATCH] Fixed installation with yarn typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c93065d..c3db600 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This package provides a flexible filesystem abstraction. It contains drivers for npm i @squareboat/nest-storage #Using YARN -yarn i @squareboat/nest-storage +yarn add @squareboat/nest-storage ``` --- ## Getting Started