From 31d27f169e1f73c391b774e3eec00f42ffb7249c Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Tue, 11 Dec 2018 13:57:07 +0100 Subject: [PATCH] make ganache description easier to understand. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48e8121..371a8b2 100644 --- a/README.md +++ b/README.md @@ -77,11 +77,11 @@ Option | Description `--no-aquarius` | Start up Ocean without the `aquarius` Building Block. `--no-brizo` | Start up Ocean without the `brizo` Building Block. `--no-secret-store` | Start up Ocean without the `secret-store` Building Block. -`--local-ganache-node` | Runs a local ganache node. +`--local-ganache-node` | Runs a local `ganache` node. `--local-spree-node` | Runs a node of the local `spree` network. `--local-nile-node` | Runs a node of the `nile` network and connects the node to the `nile` network. `--local-kovan-node` | Runs a light node of the `kovan` network and connects the node to the `kovan` network. -`--reuse-ganache-database` | Runs the ganache node with a persistent database. +`--reuse-ganache-database` | Configures a running `ganache` node to use a persistent database. `--purge` | Removes the containers, volumes, artifact folder and networks used by the script. ## Docker Building Blocks