Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update connect-a-local-parachain.md #2098

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To build the parachain template:

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

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.
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.

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