From efa9daee67bd7ec057f02de9e3b32e6c920e9245 Mon Sep 17 00:00:00 2001 From: Enrique Bernabeu Date: Mon, 21 Aug 2023 08:41:36 +0200 Subject: [PATCH] Add yarn workspaces link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f3f8e..2001a8e 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Based in the example a css file like this will be generated: ### Using Yarn Workspaces -This project utilizes Yarn Workspaces to manage multiple packages within a single repository. This allows us to house the module's source code and a demo in separate packages, streamlining development and testing. +This project utilizes [Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) to manage multiple packages within a single repository. This allows us to house the module's source code and a demo in separate packages, streamlining development and testing. ### Package Structure