diff --git a/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md b/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md index c65cf3a1f..3da458e80 100644 --- a/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md +++ b/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md @@ -60,7 +60,7 @@ The [Polkadot SDK Parachain Template](https://github.com/paritytech/polkadot-sdk 1. Clone the template repository: ```bash - git clone -b stable2412 https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template + git clone https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template ``` 2. Navigate into the project directory: