From 871cd90456544999278a54dca9a116c057f6338a Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 17 Feb 2023 11:53:58 -0700 Subject: [PATCH] Missed one update Former-commit-id: 2bf50383dddcc7158fd171c460d45443a68314ac --- app/data/stacks/erc20/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/stacks/erc20/README.md b/app/data/stacks/erc20/README.md index a6568094..43687e3f 100644 --- a/app/data/stacks/erc20/README.md +++ b/app/data/stacks/erc20/README.md @@ -153,5 +153,5 @@ Transfer funds between different accounts using MetaMask and use the playground To stop all the services running in background run: ```bash -laconic-so deploy-system --include ipld-eth-db,go-ethereum-foundry,ipld-eth-server,watcher-erc20 down +laconic-so --stack erc20 deploy-system down ```