From 6b4208f08c5ce585b7c4b7f0c432bc16a60c675e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolf=20Schr=C3=B6der?= Date: Thu, 9 May 2024 10:46:05 +0200 Subject: [PATCH] fix: correct staking-deposit-cli invocation (#514) --- 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` |