From 93b0eb8efa3e2b9772a5787ebaf33bbd3af33c18 Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Tue, 23 Mar 2021 09:11:23 +0100
Subject: [PATCH] Fixed wrong command

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4b80faa..5a14922 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ npm install --global yarn
 # Install dependencies
 yarn install
 # Run project
-yarn run
+yarn start
 
 # Further commands are in the package.json under "scripts"
 ```
-- 
GitLab