diff --git a/README.md b/README.md index ba6a0bb..c07019c 100644 --- a/README.md +++ b/README.md @@ -184,9 +184,9 @@ const useCounter = connectFactoryObservable( const Counter: React.FC<{id: string}> = ({id}) => { const counter = useCounter(id); return ( - + {counter} - onInc(id)} />+