diff --git a/guide/src/tutorials/local-chains/relay-paths/multiple-paths.md b/guide/src/tutorials/local-chains/relay-paths/multiple-paths.md index 92742e313c..e314197603 100644 --- a/guide/src/tutorials/local-chains/relay-paths/multiple-paths.md +++ b/guide/src/tutorials/local-chains/relay-paths/multiple-paths.md @@ -100,7 +100,7 @@ Follow the steps below to connect three chains together and relay packets betwee making an exception. Execute the following command: ```shell - hermes create channel ibc-0 --chain-b-id ibc-1 --port-a transfer --port-b transfer --new-client-connection + hermes create channel ibc-0 --chain-b ibc-1 --port-a transfer --port-b transfer --new-client-connection ``` Then respond 'yes' to the prompt that pops up. Once the command has run to @@ -166,7 +166,7 @@ Follow the steps below to connect three chains together and relay packets betwee previous invocation we used to create a channel between `ibc-0` and `ibc-1`: ```shell - hermes create channel ibc-1 --chain-b-id ibc-2 --port-a transfer --port-b transfer --new-client-connection + hermes create channel ibc-1 --chain-b ibc-2 --port-a transfer --port-b transfer --new-client-connection ``` ```json