aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOr Rikon <rikonor@gmail.com>2017-05-25 18:22:26 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-05-25 18:22:26 +0800
commit8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5 (patch)
tree4c6251db2ddaa2fdaadcbbf2e97e2722caec13b8 /README.md
parentef25b826e655f8e6a57fc7a05454bf356382bd5f (diff)
downloaddexon-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar
dexon-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.gz
dexon-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.bz2
dexon-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.lz
dexon-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.xz
dexon-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.tar.zst
dexon-8b1e4c4c5eae13f7eb4dfd4b9257b64a80ca17d5.zip
README: corrected attach example (#14512)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f7c54172..7758d694f 100644
--- a/README.md
+++ b/README.md
@@ -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