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() ```