diff options
author | Dave Conroy <dconroy@gmail.com> | 2017-05-22 14:47:27 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2017-05-22 14:47:27 +0800 |
commit | bc75351edfd820235c7609eefc8b0035e01215b8 (patch) | |
tree | 1a26e928f0fd0c79e9e264a1f762ceca413acf73 | |
parent | 33b158e0ed13489d87e8dec91a6d5695adf58797 (diff) | |
download | go-tangerine-bc75351edfd820235c7609eefc8b0035e01215b8.tar.gz go-tangerine-bc75351edfd820235c7609eefc8b0035e01215b8.tar.zst go-tangerine-bc75351edfd820235c7609eefc8b0035e01215b8.zip |
README: fixing typo in documentation (#14493)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ $ geth --testnet --fast --cache=512 console ``` The `--fast`, `--cache` flags and `console` subcommand have the exact same meaning as above and they -are equially useful on the testnet too. Please see above for their explanations if you've skipped to +are equally useful on the testnet too. Please see above for their explanations if you've skipped to here. Specifying the `--testnet` flag however will reconfigure your Geth instance a bit: |