From 0ac1a3da30b3a0ca17aaaaed801b9e4f5e0d43e6 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 23 Dec 2025 02:01:32 +0300 Subject: [PATCH] fix: correct sentence structures in teyrchain template README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix "Learn more about teyrchains [Pezkuwi Wiki]" to include "in the" - Fix "as described [Zombienet installation guide]" to include "in the" - Fix awkward "instructions for zombienet installation" phrasing - Fix redundant "documentation are the documentation resources" sentence Both README.md and README.docify.md are now in sync and pass check-readme. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- templates/teyrchain/README.docify.md | 9 ++++----- templates/teyrchain/README.md | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/templates/teyrchain/README.docify.md b/templates/teyrchain/README.docify.md index 29e67ced..4920b366 100644 --- a/templates/teyrchain/README.docify.md +++ b/templates/teyrchain/README.docify.md @@ -41,7 +41,7 @@ - 🔧 Its runtime is configured with a single custom pezpallet as a starting point, and a handful of ready-made pallets such as a [Balances pezpallet](https://docs.pezkuwichain.io/sdk/master/pallet_balances/index.html). -- 👉 Learn more about teyrchains [Pezkuwi Wiki](https://wiki.network.pezkuwichain.io/docs/learn-teyrchains) +- 👉 Learn more about teyrchains in the [Pezkuwi Wiki](https://wiki.network.pezkuwichain.io/docs/learn-teyrchains) ## Template Structure @@ -135,7 +135,7 @@ Follow through the next section for more details on how to do it. ### Zombienet setup with Omni Node Assuming we continue from the last step of the previous section, we have a chain spec and we need to setup a relay chain. -We can install `zombienet` as described [Zombienet installation guide](https://paritytech.github.io/zombienet/install.html#installation), and +We can install `zombienet` as described in the [Zombienet installation guide](https://paritytech.github.io/zombienet/install.html#installation), and `zombienet-omni-node.toml` contains the network specification we want to start. #### Relay chain prerequisites @@ -183,7 +183,7 @@ cargo install --path node --locked #### Setup and start the network -For setup, please consider the instructions for `zombienet` installation [Zombienet installation guide](https://paritytech.github.io/zombienet/install.html#installation) +For setup, please consider the [Zombienet installation guide](https://paritytech.github.io/zombienet/install.html#installation) and [relay chain prerequisites](#relay-chain-prerequisites). We're left just with starting the network: @@ -259,8 +259,7 @@ relay chain network (see [Teyrchain Template node](#teyrchain-template-node) set - 🧑‍🏫 To learn about Pezkuwi in general, [docs.Pezkuwi.com](https://docs.pezkuwichain.io/) website is a good starting point. -- 🧑‍🔧 For technical introduction, [the Pezkuwi SDK documentation](https://github.com/pezkuwichain/pezkuwi-sdk#-documentation) are - the Pezkuwi SDK documentation resources. +- 🧑‍🔧 For technical introduction, see [the Pezkuwi SDK documentation](https://github.com/pezkuwichain/pezkuwi-sdk#-documentation). - 👥 Additionally, there are [GitHub issues](https://github.com/pezkuwichain/pezkuwi-sdk/issues) and [Bizinikiwi StackExchange](https://exchange.pezkuwichain.app/). diff --git a/templates/teyrchain/README.md b/templates/teyrchain/README.md index 3066fee4..5bdaa211 100644 --- a/templates/teyrchain/README.md +++ b/templates/teyrchain/README.md @@ -261,7 +261,7 @@ relay chain network (see [Teyrchain Template node](#teyrchain-template-node) set - 🧑‍🏫 To learn about Pezkuwi in general, [docs.Pezkuwi.com](https://docs.pezkuwichain.io/) website is a good starting point. -- 🧑‍🔧 For technical introduction, see the [Pezkuwi SDK documentation](https://github.com/pezkuwichain/pezkuwi-sdk#-documentation). +- 🧑‍🔧 For technical introduction, see [the Pezkuwi SDK documentation](https://github.com/pezkuwichain/pezkuwi-sdk#-documentation). - 👥 Additionally, there are [GitHub issues](https://github.com/pezkuwichain/pezkuwi-sdk/issues) and [Bizinikiwi StackExchange](https://exchange.pezkuwichain.app/).