From 30fcb41780397f56e330ed8bab0b19b08410c72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=ADguel=20=C3=81ngel=20Mulero=20Mart=C3=ADnez?= Date: Tue, 21 Jun 2022 16:46:36 +0200 Subject: [PATCH] Fix readme There is one problem with the format in the readme file. This PR fixes it. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcf7f129..1998afa7 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,8 @@ gulp release ``` For a build with debugging capabilities (use F12 to open the debug console): ``` -yarn start``` +yarn start +```