From 969993503a7ad2d6ddbf9ed1706335c27096fc82 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Mon, 3 Jun 2024 19:57:25 +0200 Subject: [PATCH 1/2] Update README.md --- templates/minimal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/minimal/README.md b/templates/minimal/README.md index 3488bc43cc90..fbfbc0fee1d1 100644 --- a/templates/minimal/README.md +++ b/templates/minimal/README.md @@ -13,7 +13,7 @@ 🤏 This template is a minimal (in terms of complexity and the number of components) template for building a blockchain node. -🔧 It's runtime is configured of a single custom pallet as a staring point, and a handful of ready-made pallets such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pallet_balances/index.html). +🔧 It's runtime is configured of a single custom pallet as a starting point, and a handful of ready-made pallets such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pallet_balances/index.html). 👤 The template has no consensus configured - it is best for experimenting with a single node network. From 9076525ebe2c0791699bf2ebc8ff51b76af7b59a Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Mon, 3 Jun 2024 19:58:19 +0200 Subject: [PATCH 2/2] Update README.md --- templates/minimal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/minimal/README.md b/templates/minimal/README.md index fbfbc0fee1d1..3194642f3f82 100644 --- a/templates/minimal/README.md +++ b/templates/minimal/README.md @@ -13,7 +13,7 @@ 🤏 This template is a minimal (in terms of complexity and the number of components) template for building a blockchain node. -🔧 It's runtime is configured of a single custom pallet as a starting point, and a handful of ready-made pallets such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pallet_balances/index.html). +🔧 Its runtime is configured of a single custom pallet as a starting point, and a handful of ready-made pallets such as a [Balances pallet](https://paritytech.github.io/polkadot-sdk/master/pallet_balances/index.html). 👤 The template has no consensus configured - it is best for experimenting with a single node network.