Skip to content

Commit

Permalink
Fix sdk name on send-transactions.mdx (#642)
Browse files Browse the repository at this point in the history
The installation command fails because the library name is incomplete.
  • Loading branch information
pheuberger authored Nov 7, 2024
1 parent 6fd8ca2 commit 76cda29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sdk/starter-kit/guides/send-transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more detailed information, see the [Starter Kit Reference](../../../referenc
First, you need to install some dependencies.

```bash
pnpm add @safe-global/starter-kit
pnpm add @safe-global/sdk-starter-kit
```

## Steps
Expand Down

0 comments on commit 76cda29

Please sign in to comment.