From c65009f1a2766248498990d72fe50a09b2db2213 Mon Sep 17 00:00:00 2001 From: Dysk0 <javiroldan98@gmail.com> Date: Tue, 16 Apr 2024 14:16:04 +0200 Subject: [PATCH] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f24e003..a901e86 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ As the project advances I will update this README file. - `.vscode`: Instructions to VSC in a .json file. - `docker`: It contains the Dockerfile and docker-compose.yml file for running on a docker virtual container. - `src`: Source folder. It contains most of the code. -- `components`: Components folder. Currently empty. -- `lib`: Library folder. Currently empty - `pages:`: Contains the .tsx files of the website pages. - `styles`: Contains the .css files for styles. +- `components`: Components folder. Currently empty. +- `lib`: Library folder. Currently empty - `test`: Folder for test purposes. Currently empty. ## More resources -- GitLab