From 920673e7cd8d23e98318d481da26707e885674e7 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 11 Mar 2025 17:50:14 +0100 Subject: [PATCH] Updated Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b6bd97..b45d12d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ cd backend && \ npm run start:dev ``` -> [!NOTE] > **The types under `types/src` are shared between the frontend and backend projects.** If you need to update the comon types, remember doing it in the `types` project. +> [!NOTE] +> **The types under `types/src` are shared between the frontend and backend projects.** +> If you need to update the comon types, remember doing it in the `types` project. > > Every time you make changes to the types, the backend process will automatically invoke the syncing task to update the types in the frontend and backend projects. So, you don't need to worry about updating the types manually.