diff options
author | Or Rikon <rikonor@gmail.com> | 2017-05-25 18:22:26 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-05-25 18:22:26 +0800 |
commit | 8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5 (patch) | |
tree | 4c6251db2ddaa2fdaadcbbf2e97e2722caec13b8 | |
parent | ef25b826e655f8e6a57fc7a05454bf356382bd5f (diff) | |
download | go-tangerine-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar go-tangerine-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.gz go-tangerine-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.bz2 go-tangerine-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.lz go-tangerine-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.xz go-tangerine-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.zst go-tangerine-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.zip |
README: corrected attach example (#14512)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ This command will: (via the trailing `console` subcommand) through which you can invoke all official [`web3` methods](https://github.com/ethereum/wiki/wiki/JavaScript-API) as well as Geth's own [management APIs](https://github.com/ethereum/go-ethereum/wiki/Management-APIs). This too is optional and if you leave it out you can always attach to an already running Geth instance - with `geth --attach`. + with `geth attach`. ### Full node on the Ethereum test network |