diff --git a/cumulus/README.md b/cumulus/README.md index 314b71e869..b78d7fdd2b 100644 --- a/cumulus/README.md +++ b/cumulus/README.md @@ -120,7 +120,7 @@ cargo build --release --bin polkadot-parachain This repository also contains the Statemint runtime (as well as the canary runtime Statemine and the test runtime Westmint). -Statemint is a common good parachain providing an asset store for the Polkadot ecosystem. +Statemint is a system parachain providing an asset store for the Polkadot ecosystem. ### Build & Launch a Node diff --git a/cumulus/parachains/README.md b/cumulus/parachains/README.md index 1fb0c5061b..41ea61bd0a 100644 --- a/cumulus/parachains/README.md +++ b/cumulus/parachains/README.md @@ -11,11 +11,11 @@ The general internal structure is: - `pallets`: FRAME pallets that are specific to parachains. - `runtimes`: The entry point for parachain runtimes. -## Common Good Parachains +## System Parachains The `runtimes` directory includes many, but is not limited to, -[common good parachains](https://wiki.polkadot.network/docs/learn-common-goods). Likewise, not all -common good parachains are in this repo. +[system parachains](https://wiki.polkadot.network/docs/learn-system-chains). Likewise, not all +system parachains are in this repo. ## Releases