Update Readme.md

This commit is contained in:
Natxo
2026-03-15 12:35:34 +01:00
committed by GitHub
parent 75b8d50cfa
commit 5462c8860d

View File

@@ -112,7 +112,7 @@ html`
| **`html`** | Template literal for reactive HTML | `` html`<div>${count}</div>` `` | | **`html`** | Template literal for reactive HTML | `` html`<div>${count}</div>` `` |
```javascript ```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 | | **`html`** | `html` | Template literal for reactive HTML |
```javascript ```javascript
import { $, html } from "@core"; import { $, html } from "sigpro";
// Everything available via $.methodName // Everything available via $.methodName
// Example: $.effect() instead of $effect() // Example: $.effect() instead of $effect()
``` ```