Skip to content

Commit

Permalink
chore: up
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 22, 2024
1 parent 718282a commit 4c5ec66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Import via named export or `A` namespace (better autocomplete DX and does not im
- `sessions`

```ts
import { A } from 'porto/wagmi/actions'
import { A } from 'porto/wagmi/actions' // A.connect()
import { connect } from 'porto/wagmi/actions'
```

Expand All @@ -323,7 +323,7 @@ Import via named export or `W` namespace (better autocomplete DX and does not im
- `useSessions`

```ts
import { W } from 'porto/wagmi'
import { W } from 'porto/wagmi' // W.useConnect()
import { useConnect } from 'porto/wagmi'
```

Expand Down

0 comments on commit 4c5ec66

Please sign in to comment.