Skip to content

Commit

Permalink
Update spawn.md (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf authored Feb 20, 2023
1 parent 7ff411e commit 897ec63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/cli/spawn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spawning

One of the goal of ZombieNet is easily spawn ephemeral networks, providing a simple but poweful _cli_ that allow you to declare the desired network in `toml` or `json` format. You can check the [definition spec](../network-definition-spec.md) to view the available options.
One of the goal of ZombieNet is easily spawn ephemeral networks, providing a simple but powerful _cli_ that allows you to declare the desired network in `toml` or `json` format. You can check the [definition spec](../network-definition-spec.md) to view the available options.

A **minimal** configuration example with two validators and one parachain:

Expand Down Expand Up @@ -74,4 +74,4 @@ You can follow the output of the `steps` to spawn the network and once the netwo

```

Both the `prometheus` and the `node` links are accesibles in your local machine to get the `metrics` or connect to the node.
Both the `prometheus` and the `node` links are accessible in your local machine to get the `metrics` or connect to the node.

0 comments on commit 897ec63

Please sign in to comment.