From bbb4394fa9d469d0d20a86b11be6f6d23b0cca2a Mon Sep 17 00:00:00 2001 From: tarikgul Date: Thu, 7 Mar 2024 08:18:09 -0500 Subject: [PATCH] nit --- packages/types-support/src/metadata/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types-support/src/metadata/README.md b/packages/types-support/src/metadata/README.md index 9315a6061a1c..128886cdc447 100644 --- a/packages/types-support/src/metadata/README.md +++ b/packages/types-support/src/metadata/README.md @@ -20,7 +20,7 @@ $ ./target/release/chain-spec-generator polkadot-dev > polkadotDevChainSpec.json Note: For kusama just change the `polkadotDevChainSpec.json` to `kusamaDevChainSpec.json`. -Clone the [polkadot-sdk](https://github.com/paritytech/polkadot-sdk) repository and from the ROOT run: +Clone the [polkadot-sdk](https://github.com/paritytech/polkadot-sdk) repository, checkout the most recent releases tag and from the ROOT run: ```bash $ cargo build --release --bin polkadot-prepare-worker --features fast-runtime