diff --git a/cumulus/README.md b/cumulus/README.md index ab096e2059b9a1aaf88ac64aebe86ec61f55d68a..c3bb6b050336a5145df37d5115236ccf016b93ec 100644 --- a/cumulus/README.md +++ b/cumulus/README.md @@ -16,7 +16,7 @@ beautiful and functional. ## Consensus -[`cumulus-consensus`](consensus) is a +[`parachain-consensus`](https://github.com/paritytech/cumulus/blob/master/client/consensus/common/src/parachain_consensus.rs) is a [consensus engine](https://docs.substrate.io/v3/advanced/consensus) for Substrate that follows a Polkadot [relay chain](https://wiki.polkadot.network/docs/en/learn-architecture#relay-chain). This will run @@ -28,7 +28,7 @@ and treat as best. ## Collator A Polkadot [collator](https://wiki.polkadot.network/docs/en/learn-collator) for the parachain is -implemented by [`cumulus-collator`](collator). +implemented by the `polkadot-collator` binary. # Statemint 🪙