commit 25990c1fa288d46eeae9ebcaded1522ddc51f126
parent 96e76dbea5b5f9c535c65bc9f7439f9202dec420
Author: Adrián Oliva <[email protected]>
Date:   Sat, 20 May 2023 13:57:55 -0600

Added extra space to README file.

To help separate code blocks better.

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -21,13 +21,17 @@ recommended to use version 20.x or above. You can run it locally using the following commands: 1. Clone this repository. + ``` git clone https://github.com/Hisiste/ToDo-App-Front-End.git ``` + 1. Enter the folder and install the dependencies. + ``` cd ToDo-App-Front-End && npm install ``` + 1. Run a server. ```