From 76cda294bae25829bfddb146e20f66087d7d4645 Mon Sep 17 00:00:00 2001 From: Philipp Heuberger Date: Thu, 7 Nov 2024 09:52:07 +0200 Subject: [PATCH] Fix sdk name on send-transactions.mdx (#642) The installation command fails because the library name is incomplete. --- pages/sdk/starter-kit/guides/send-transactions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/sdk/starter-kit/guides/send-transactions.mdx b/pages/sdk/starter-kit/guides/send-transactions.mdx index a98735fc9..a498de9d6 100644 --- a/pages/sdk/starter-kit/guides/send-transactions.mdx +++ b/pages/sdk/starter-kit/guides/send-transactions.mdx @@ -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