Skip to content

Commit

Permalink
fix readme error
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Sep 27, 2023
1 parent de6cd23 commit 40aa9e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function App() {
})

return (
<WagmiConfig client={client}>
<WagmiConfig config={config}>
<KitProvider>
<MyPage />
</KitProvider>
Expand Down
3 changes: 1 addition & 2 deletions packages/kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function App() {
})

return (
<WagmiConfig client={client}>
<WagmiConfig config={config}>
<KitProvider>
<MyPage />
</KitProvider>
Expand All @@ -80,7 +80,6 @@ Wallet selection is done through a modal which can be called programmatically.
import { useOpenConnectModal } from '@0xsequence/kit'
import { useDisconnect, useAccount, useSigner, useProvider } from 'wagmi'


const MyReactComponent = () => {
const { setOpenConnectModal } = useOpenConnectModal()

Expand Down

0 comments on commit 40aa9e9

Please sign in to comment.