diff --git a/cardano-tutorials/node-setup/010_getConfigFiles_AND_Connect.md b/cardano-tutorials/node-setup/010_getConfigFiles_AND_Connect.md index 4ea324a..ba5be6e 100644 --- a/cardano-tutorials/node-setup/010_getConfigFiles_AND_Connect.md +++ b/cardano-tutorials/node-setup/010_getConfigFiles_AND_Connect.md @@ -3,7 +3,7 @@ Get genesis, config and topology files; start the node Starting the node and connecting it to the testnet requires 3 configuration files: -* ff-topology,json +* shelley_testnet-topology.json * shelley_testnet-genesis.json * shelley_testnet-config.json @@ -20,7 +20,7 @@ Or with the command line using: wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/shelley_testnet-genesis.json wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/shelley_testnet-topology.json -Starting the the node uses the command `cardano-node run` and a set of options. +Starting the node uses the command `cardano-node run` and a set of options. You can get the complete list of available options with `cardano-node run --help`