From 85fd5d9acceaa84c6f38765d3f5e45d7b0733698 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 17 Sep 2024 14:55:12 +0330 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f07d7d0..86c0376e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Alwatr Flux empowers your applications with elegant and powerful state managemen ### Core Packages -- **@alwatr/observable:** Provides the core observable pattern implementation used throughout the Alwatr Flux ecosystem. +- **@alwatr/observable:** Provides the core observable pattern implementation used throughout the Alwatr Flux ecosystem. See [packages/observable](packages/observable) for more details. - **@alwatr/context:** A simple yet powerful TypeScript library for managing application context and facilitating efficient communication between components. See [packages/context](packages/context) for more details. - **@alwatr/signal:** A lightweight library for managing global signals and state changes. See [packages/signal](packages/signal) for more details.