Skip to content

Commit e3c3823

Browse files
authored
Update connect-a-local-parachain.md
1 parent 2b6797b commit e3c3823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/md/en/docs/tutorials/build-a-parachain/connect-a-local-parachain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To build the parachain template:
4444

4545
2. Clone the branch of the `substrate-parachain-template` repository that matches the release branch you used to configure the relay chain.
4646

47-
For example, if you used the `release-v1.0.0`Polkadot release branch to configure the local relay chain, use the `polkadot-v1.0.0` branch for the parachain template.
47+
For example, if you used the `v1.0.0` Polkadot release branch to configure the local relay chain, use the `polkadot-v1.0.0` branch for the parachain template.
4848

4949
```bash
5050
git clone --depth 1 --branch polkadot-v1.0.0 https://github.com/substrate-developer-hub/substrate-parachain-template.git

0 commit comments

Comments
 (0)