diff --git a/README.md b/README.md index 7557631..a50e999 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ const Page = component("HomePage", (props, { signal, wire, store }) => { // with explicit subscription using the $ token param // Easy to reason about and no untrack/sample related errors const $doubleCount = wire(($) => $count($) * 2); - return ( + return (
Hey, {props.name}
Double count = {$doubleCount}