Skip to content

Commit 832d05b

Browse files
committed
fix: apps discrepancies in docs
1 parent 5fede3e commit 832d05b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/apps.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ The consensus client (also known as the Beacon Node, CL client or formerly the E
1616

1717
::spantable::
1818

19-
| App | Command |
20-
| ------------------------------------------------------------- | ------------------------------ |
21-
| [Lighthouse](https://lighthouse.sigmaprime.io/) | `nix run .#lighthouse` |
22-
| [Lodestar](https://lodestar.chainsafe.io/) | Not supported yet. |
23-
| [Prysm](https://prysmaticlabs.com/) @span | `nix run .#prysm-beacon-chain` |
24-
| | `nix run .#prysm-validator` |
25-
| | `nix run .#prysm-client-stats` |
26-
| | `nix run .#prysm-prysmctl` |
27-
| [Teku](https://consensys.net/knowledge-base/ethereum-2/teku/) | `nix run .#teku` |
28-
| [Nimbus](https://github.com/status-im/nimbus-eth2) | `nix run .#teku` |
19+
| App | Command |
20+
| ------------------------------------------------------------- | ------------------------------------ |
21+
| [Lighthouse](https://lighthouse.sigmaprime.io/) | `nix run .#lighthouse` |
22+
| [Lodestar](https://lodestar.chainsafe.io/) | Not supported yet. |
23+
| [Prysm](https://prysmaticlabs.com/) @span | `nix run .#prysm-beacon-chain` |
24+
| | `nix run .#prysm-validator` |
25+
| | `nix run .#prysm-client-stats` |
26+
| | `nix run .#prysm-ctl` |
27+
| [Teku](https://consensys.net/knowledge-base/ethereum-2/teku/) | `nix run .#teku` |
28+
| [Nimbus](https://github.com/status-im/nimbus-eth2) | `nix run .#nimbus-beacon-node` |
29+
| | `nix run .#nimbus-validator-client` |
2930

3031
::end-spantable::
3132

0 commit comments

Comments
 (0)