diff --git a/pop-cli-for-appchains/guides/launching-your-parachain-on-polkadot/running-on-paseo-locally-1.md b/pop-cli-for-appchains/guides/launching-your-parachain-on-polkadot/running-on-paseo-locally-1.md index 1fcc4e8..618c5ee 100644 --- a/pop-cli-for-appchains/guides/launching-your-parachain-on-polkadot/running-on-paseo-locally-1.md +++ b/pop-cli-for-appchains/guides/launching-your-parachain-on-polkadot/running-on-paseo-locally-1.md @@ -222,6 +222,7 @@ It should look similar to the below: } ``` +\ Since we have modified our chain spec, we will need to re-generate the raw chain spec: ```bash @@ -340,6 +341,7 @@ For next steps, you can try the following: #### Learning Resources +* [https://paritytech.github.io/devops-guide/guides/parachain\_deployment.html](https://paritytech.github.io/devops-guide/guides/parachain\_deployment.html) * 🧑‍🏫 To learn about Polkadot in general, [Polkadot.network](https://polkadot.network/) website is a good starting point. * ⭕ Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains). * 🧑‍🔧 For technical introduction, [here](https://github.com/paritytech/polkadot-sdk#-documentation) are the Polkadot SDK documentation resources.