Skip to content
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
4 changes: 2 additions & 2 deletions zombienet/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down