From 2af218006cc07ee1de97d40027badaf789b36e6d Mon Sep 17 00:00:00 2001 From: EleisonC Date: Fri, 13 Dec 2024 17:55:38 +0300 Subject: [PATCH] fix linter issues readme --- templates/minimal/README.md | 14 ++++++++++---- templates/parachain/README.md | 15 +++++++++++---- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/templates/minimal/README.md b/templates/minimal/README.md index e1a67ce41455..f50a7c60c37f 100644 --- a/templates/minimal/README.md +++ b/templates/minimal/README.md @@ -38,7 +38,9 @@ template for building a blockchain node. -- 🔧 To simplify the process of using Zombienet with Omni Node, we've added a pre-configured development chain spec (dev_chain_spec.json) to the minimal template. Additionally, the zombienet-omni-node.toml file has been updated to include a valid chain spec path pointing to dev_chain_spec.json +- 🔧 To simplify the process of using Zombienet with Omni Node, we've added a pre-configured development +chain spec (dev_chain_spec.json) to the minimal template. Additionally, the zombienet-omni-node.toml file +has been updated to include a valid chain spec path pointing to dev_chain_spec.json - 🔧 Its runtime is configured with a single custom pallet as a starting point, and a handful of ready-made pallets @@ -48,10 +50,14 @@ such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pal - 👤 The template has no consensus configured - it is best for experimenting with a single node network. -- ⚠️ The README files for the templates in this repository are currently speculative. A stable release addressing this is expected in December. +- ⚠️ The README files for the templates in this repository are currently speculative. +A stable release addressing this is expected in December. -- Follow solely the templates' READMEs and templates themselves from polkadot-sdk master branch, but ignore the references to the dedicated templates directory. -For the most accurate chain spec generation, `staging-chain-spec-builder` or other mentioned binaries and runtimes, please try to build them based on the polkadot-sdk most updated master branch an example: + +- Follow solely the templates' READMEs and templates themselves from Polkadot-sdk master branch, +but ignore the references to the dedicated templates directory. +For the most accurate chain spec generation, `staging-chain-spec-builder` or other mentioned binaries and runtimes, +please try to build them based on the Polkadot-sdk most updated master branch an example: ```bash cargo install --path substrate/bin/utils/chain-spec-builder ``` diff --git a/templates/parachain/README.md b/templates/parachain/README.md index bfbd060aab00..e7384a18268f 100644 --- a/templates/parachain/README.md +++ b/templates/parachain/README.md @@ -36,7 +36,10 @@ - ⏫ This template provides a starting point to build a [parachain](https://wiki.polkadot.network/docs/learn-parachains). -- 🔧 To simplify the process of using Zombienet with Omni Node, we’ve added a pre-configured development chain spec (dev_chain_spec.json) to the parachain template. Additionally, the zombienet-omni-node.toml file has been updated to include a valid chain spec path pointing to dev_chain_spec.json +- 🔧 To simplify the process of using Zombienet with Omni Node, we’ve added a pre-configured +development chain spec (dev_chain_spec.json) to the parachain template. Additionally, +the zombienet-omni-node.toml file has been updated to include a valid chain spec path +pointing to dev_chain_spec.json - ☁️ It is based on the @@ -50,11 +53,15 @@ such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pal - 👉 Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains) -- ⚠️ The README files for the templates in this repository are currently speculative. A stable release addressing this is expected in December. +- ⚠️ The README files for the templates in this repository are currently speculative. +A stable release addressing this is expected in December. -- Follow solely the templates' READMEs and templates themselves from polkadot-sdk master branch, but ignore the references to the dedicated templates directory. -For the most accurate chain spec generation, `staging-chain-spec-builder` or other mentioned binaries and runtimes, please try to build them based on the polkadot-sdk most updated master branch an example: +- Follow solely the templates' READMEs and templates themselves from Polkadot-sdk master branch, +but ignore the references to the dedicated templates directory. +For the most accurate chain spec generation, `staging-chain-spec-builder` or other mentioned +binaries and runtimes,please try to build them based on the Polkadot-sdk most updated master branch +an example: ```bash cargo install --path substrate/bin/utils/chain-spec-builder ```