From d7e62eb7cc0c9140e8437fecd9220c152b0a45c9 Mon Sep 17 00:00:00 2001 From: PatricioIribarneCatella Date: Thu, 4 Apr 2024 22:28:54 -0300 Subject: [PATCH] chore: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74781b6..44ab0f2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Repositorio para el esqueleto del lab [fork](https://fisop.github.io/website/lab ## Compilar ```bash -$ make +make ``` ## Pruebas @@ -17,5 +17,5 @@ make test ## Linter ```bash -$ make format +make format ```