Skip to content

Commit

Permalink
Merge PR #107: Demo typo instructions
Browse files Browse the repository at this point in the history
Fix typo in demo instructions
  • Loading branch information
jackzampolin authored Apr 21, 2020
2 parents 756ef0b + 2d7a9e2 commit cde191c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ cat ~/.relayer/config/config.yaml

# Then add the chains and paths that you will need to work with the
# gaia chains spun up by the two-chains script
$ rly cfg add-dir configs/demo
$ rly cfg add-dir configs/demo/

# NOTE: you may want to look at the config between these steps
$ cat ~/.relayer/config/config.yaml
Expand All @@ -76,7 +76,7 @@ $ rly lite init ibc1 -f
$ tree ~/.relayer

# Now you can connect the two chains with one command:
$ rly tx link demo-path
$ rly tx link demo

# Check the token balances on both chains
$ rly q balance ibc0
Expand Down

0 comments on commit cde191c

Please sign in to comment.