From 8913d9fbba286f0feb9a569a46d18d2b4f26c65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolf=20Schr=C3=B6der?= Date: Mon, 6 May 2024 10:23:05 +0200 Subject: [PATCH] fix: correct staking-deposit-cli invocation --- docs/apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps.md b/docs/apps.md index 1053ca35..78d80e62 100644 --- a/docs/apps.md +++ b/docs/apps.md @@ -115,7 +115,7 @@ Utilities and applications can't be categorized into any category of the above. | [ethdo](https://github.com/wealdtech/ethdo) | `nix run .#ethdo` | | [ethereal](https://github.com/wealdtech/ethereal) | `nix run .#ethereal` | | [sedge](https://github.com/NethermindEth/sedge) | `nix run .#sedge` | -| [staking-deposit-cli](https://github.com/ethereum/staking-deposit-cli) | `nix run .#deposit` | +| [staking-deposit-cli](https://github.com/ethereum/staking-deposit-cli) | `nix run .#staking-deposit-cli` | | [tx-fuzz](https://github.com/MariusVanDerWijden/tx-fuzz) | `nix run .#tx-fuzz` | | [zcli](https://github.com/protolambda/zcli) | `nix run .#zcli` |