diff --git a/README.md b/README.md index e47b50c..8a327f2 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Every time the wire value changes, the callback function would be called ```tsx // subscribe useSubscribe( + wire, useCallback(value => { /* ... */ }, []),