From 5462c8860d208f45bf42f4512daf3408111e6304 Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Sun, 15 Mar 2026 12:35:34 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 7b80fc5..b37deb8 100644 --- a/Readme.md +++ b/Readme.md @@ -112,7 +112,7 @@ html` | **`html`** | Template literal for reactive HTML | `` html`
${count}
` `` | ```javascript -import { $, $effect, $component, $fetch, $router, $ws, $storage, html } from "@core"; +import { $, $effect, $component, $fetch, $router, $ws, $storage, html } from "sigpro"; ``` --- @@ -131,7 +131,7 @@ import { $, $effect, $component, $fetch, $router, $ws, $storage, html } from "@c | **`html`** | `html` | Template literal for reactive HTML | ```javascript -import { $, html } from "@core"; +import { $, html } from "sigpro"; // Everything available via $.methodName // Example: $.effect() instead of $effect() ```