From 35c71e1e3a1d850c0c1708c00289aa5012c54d26 Mon Sep 17 00:00:00 2001 From: Nino Date: Mon, 15 Aug 2022 11:21:49 +0200 Subject: [PATCH] Updated yarn instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e6d3f1..9b6b34d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To install Schemix, simply use your favourite Node.js package manager. ```bash -yarn install schemix +yarn add schemix ``` ```bash