From ef411db3a792f93dd3d159ff7e12be5ccd3de652 Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Wed, 11 Jan 2023 16:25:23 +0100 Subject: [PATCH] Minor update to Readme - Statemint section (#2078) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Minor update to Readme - Statemint section Common good -> System * update parchains readme * Update parachains/README.md Co-authored-by: Bastian Köcher Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by: Bastian Köcher --- cumulus/README.md | 2 +- cumulus/parachains/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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