aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYao Zengzeng <yaozengzeng@zju.edu.cn>2018-08-14 19:25:36 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-14 19:25:36 +0800
commit8a040de60bd6b740ebe87cd8e1fe6bfdb6635d2f (patch)
tree0505c240d2a405358a2746e2c7c311b062521a08 /README.md
parente07e507d1af687cd64b263038ebd3cb7be74fb40 (diff)
downloadgo-tangerine-8a040de60bd6b740ebe87cd8e1fe6bfdb6635d2f.tar
go-tangerine-8a040de60bd6b740ebe87cd8e1fe6bfdb6635d2f.tar.gz
go-tangerine-8a040de60bd6b740ebe87cd8e1fe6bfdb6635d2f.tar.bz2
go-tangerine-8a040de60bd6b740ebe87cd8e1fe6bfdb6635d2f.tar.lz
go-tangerine-8a040de60bd6b740ebe87cd8e1fe6bfdb6635d2f.tar.xz
go-tangerine-8a040de60bd6b740ebe87cd8e1fe6bfdb6635d2f.tar.zst
go-tangerine-8a040de60bd6b740ebe87cd8e1fe6bfdb6635d2f.zip
README.md: fix some typos (#17381)
Signed-off-by: YaoZengzeng <yaozengzeng@zju.edu.cn>
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 86fcdeee4..c6bc91af1 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ This command will:
* Start up Geth's built-in interactive [JavaScript console](https://github.com/ethereum/go-ethereum/wiki/JavaScript-Console),
(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
+ This tool is optional and if you leave it out you can always attach to an already running Geth instance
with `geth attach`.
### Full node on the Ethereum test network