Skip to content

Commit 6b4208f

Browse files
authored
fix: correct staking-deposit-cli invocation (nix-community#514)
1 parent 87aabe0 commit 6b4208f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Utilities and applications can't be categorized into any category of the above.
115115
| [ethdo](https://github.com/wealdtech/ethdo) | `nix run .#ethdo` |
116116
| [ethereal](https://github.com/wealdtech/ethereal) | `nix run .#ethereal` |
117117
| [sedge](https://github.com/NethermindEth/sedge) | `nix run .#sedge` |
118-
| [staking-deposit-cli](https://github.com/ethereum/staking-deposit-cli) | `nix run .#deposit` |
118+
| [staking-deposit-cli](https://github.com/ethereum/staking-deposit-cli) | `nix run .#staking-deposit-cli` |
119119
| [tx-fuzz](https://github.com/MariusVanDerWijden/tx-fuzz) | `nix run .#tx-fuzz` |
120120
| [zcli](https://github.com/protolambda/zcli) | `nix run .#zcli` |
121121

0 commit comments

Comments
 (0)