diff --git a/content/md/en/docs/test/simulate-parachains.md b/content/md/en/docs/test/simulate-parachains.md index 47a6762f8..b8c571821 100644 --- a/content/md/en/docs/test/simulate-parachains.md +++ b/content/md/en/docs/test/simulate-parachains.md @@ -60,16 +60,10 @@ To prepare a working folder with the binaries for the test network: 1. Checkout the latest release of Polkadot. Release branches use the naming convention `release-v`. - For example, the release branch used in this tutorial is `release-v1.0.0`. - You can check out a more recent release branch instead of using `release-v1.0.0`. + For example, the release branch used in this tutorial is `release-v1.0.0` which is in master branch. + You can check out a more recent release branch instead of using `git checkout release-v1.1.0`. You can find information about recent releases and what's included in each release on the [Releases](https://github.com/paritytech/polkadot/releases) tab. - For example: - - ```bash - git checkout release-v1.0.0 - ``` - 1. Compile the relay chain node by running the following command: ```bash