From 8a93a8c64fc62fddfa89b1d3bb42cb231f3352c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Fern=C3=A1ndez=20Azcoaga?= <124345225+AlbertoFAz@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:50:17 +0100 Subject: [PATCH] Update README.md Prueba para comprobar que tengo acceso a repositorio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b3a22d..bfe9ad25 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repo is a basic application composed of several components. - **Auth service**. Express service that handles the authentication of users. - **Webapp**. React web application that uses the gateway service to allow basic login and new user features. -Both the user and auth service share a Mongo database that is accessed with mongoose. +Both the user and auth service share a Mongo database that is accessed with mongoose. ## Quick start guide