diff options
author | Yao Zengzeng <yaozengzeng@zju.edu.cn> | 2018-08-14 19:25:36 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-08-14 19:25:36 +0800 |
commit | 8a040de60bd6b740ebe87cd8e1fe6bfdb6635d2f (patch) | |
tree | 0505c240d2a405358a2746e2c7c311b062521a08 | |
parent | e07e507d1af687cd64b263038ebd3cb7be74fb40 (diff) | |
download | go-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>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |