From b38d62e18ec913b7d4ef1226a2c752ed391e5861 Mon Sep 17 00:00:00 2001 From: Danilo Britto Date: Wed, 27 Sep 2023 09:45:48 -0500 Subject: [PATCH] Update readme.md Co-authored-by: Daishi Kato --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4ec4ab21f9..f7be86ecca 100644 --- a/readme.md +++ b/readme.md @@ -189,8 +189,7 @@ unsub1() // You can of course use the hook as you always would function Component() { const paw = useDogStore((state) => state.paw) - // ... -} + ... ``` ### Using subscribe with selector