diff --git a/mintnet-kubernetes/examples/basecoin/README.md b/mintnet-kubernetes/examples/basecoin/README.md index 56e142ce0..1fa078cd0 100644 --- a/mintnet-kubernetes/examples/basecoin/README.md +++ b/mintnet-kubernetes/examples/basecoin/README.md @@ -31,7 +31,7 @@ make create 4. send 5 coins to it from the first pod ``` - kubectl exec -c app tm-0 -- basecoin tx send --to "0x$ADDR" --amount 5mycoin --from /app/key.json + kubectl exec -c app tm-0 -- basecoin tx send --to "0x$ADDR" --amount 5mycoin --from /app/key.json --chain_id chain-tTH4mi ```