From 48f71a41c36f8026a3804781b97ca3f8c3df6062 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 12 Mar 2025 11:30:31 +0100 Subject: [PATCH] docs: Update README to reflect new typings directory structure --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f08a1ed..076aaa1 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ 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. +> **The types under `typings` are shared between the frontend and backend projects.** +> If you need to update the comon types, remember doing it in the `typings` 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.