From ca473683a27810d0e56bbf4c9e6123e5ae5e8782 Mon Sep 17 00:00:00 2001 From: Aristides Staffieri Date: Thu, 19 Oct 2023 10:14:14 -0600 Subject: [PATCH] update README to use yarn commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c53752..eea0ec7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You will need - Yarn (>=v1.22.5): https://classic.yarnpkg.com/en/docs/install ## Development -`npm i && npm run start` +`yarn i && yarn start` ## Production build -`npm run build:prod` \ No newline at end of file +`yarn build:prod` \ No newline at end of file