From 3fda6634a8151609e84fa4a51460b000b0479326 Mon Sep 17 00:00:00 2001 From: Frank Bell Date: Thu, 20 Jun 2024 18:01:08 +0100 Subject: [PATCH] docs: add link to network config examples --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12317c72..71ce8aaf 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,9 @@ You can spawn a local network using [zombienet](https://github.com/paritytech/zo pop up parachain -f ./tests/networks/pop.toml -p https://github.com/r0gue-io/pop-node ``` -> :information_source: Pop CLI will automatically source the necessary polkadot binaries. +> :information_source: Pop CLI will automatically source the necessary `polkadot` binaries. + +Various examples of network configuration files are available [here](./tests/networks). ### Run a command after the network has been spun up