From 00dde24edbc01c2dc5b2b0691514bb3665e97a1e Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:21:32 +0100 Subject: [PATCH] Update README.md Signed-off-by: planetBoy <140164174+Guayaba221@users.noreply.github.com> --- zombienet/examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zombienet/examples/README.md b/zombienet/examples/README.md index 05df07a45..6138a9b3e 100644 --- a/zombienet/examples/README.md +++ b/zombienet/examples/README.md @@ -13,7 +13,7 @@ According to your platform, download the latest pre-compiled binary from [zombin ## Start network -### Start one paracahin network locally by zombienet +### Start one parachain network locally by zombienet 1. Go to [small-network](./small-network.toml), make the `command` point to the polkadot binary and manta binary. 2. Start the network. ```shell @@ -27,7 +27,7 @@ According to your platform, download the latest pre-compiled binary from [zombin ```shell zombienet spawn --provider native two-parachains.toml ``` - After a while, two paracahins(`2084` and `2104`) will be started. + After a while, two parachains(`2084` and `2104`) will be started. ## Testing