Skip to content

Commit

Permalink
chore: up
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored Jan 1, 2025
1 parent 9083dbe commit 792c154
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 @@ -475,7 +475,7 @@ Porto implements the following [Wagmi](https://github.com/wevm/wagmi) VanillaJS
### VanillaJS Actions

Import via named export or `A` namespace (better autocomplete DX and does not impact tree shaking).
Import via named export or `Actions` namespace (better autocomplete DX and does not impact tree shaking).

- `connect`
- `createAccount`
Expand All @@ -491,7 +491,7 @@ import { connect } from 'porto/wagmi/Actions'

### React Hooks

Import via named export or `W` namespace (better autocomplete DX and does not impact tree shaking).
Import via named export or `Hooks` namespace (better autocomplete DX and does not impact tree shaking).

- `useConnect`
- `useCreateAccount`
Expand Down

0 comments on commit 792c154

Please sign in to comment.