From 22125dbf8ad0233e68e35b9e0731f4eec6281876 Mon Sep 17 00:00:00 2001 From: raveclassic Date: Mon, 18 Mar 2024 15:57:24 +0100 Subject: [PATCH] docs: update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9465776..f010040 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ So, the goals of this project are to: The project is split into several packages, and you can find documentation for them in the corresponding readme files. -- [@injectable-ts/core](./packages/core/README.md) - the main package containing building blocks for the IoC/DI -- [@injectable-ts/react](./packages/react/README.md) - bindings for React for better integration with the core +- [@injectable-ts/core](./packages/core/README.md) - the main package containing building blocks for the IoC/DI [(see docs)](./packages/core/README.md) +- [@injectable-ts/react](./packages/react/README.md) - bindings for React for better integration with the core [(see docs)](./packages/react/README.md) - more coming soon ## Changelog