Skip to content

Commit

Permalink
Fix react hooks install
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Oct 17, 2024
1 parent 12b440f commit 411b641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/reference-sdk-react-hooks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ To add the Safe React Hooks to your project, run:
<CH.Section>
<CH.Code style={{ boxShadow: 'none' }}>
```bash pnpm
pnpm add @safe-global/sdk-react-hooks
pnpm add @safe-global/safe-react-hooks
```

```bash npm
npm install @safe-global/sdk-react-hooks
npm install @safe-global/safe-react-hooks
```

```bash yarn
yarn add @safe-global/sdk-react-hooks
yarn add @safe-global/safe-react-hooks
```
</CH.Code>
</CH.Section>
Expand Down

0 comments on commit 411b641

Please sign in to comment.