aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-23 05:42:39 +0800
committerobscuren <geffobscura@gmail.com>2015-01-23 05:42:39 +0800
commita125b0fbc319a3d86f61a7e6c4036dc24a211943 (patch)
treefc75d65294b7445a91aaf66b83864ee439434d87 /README.md
parent0dfe5113709d2981ef2ec8885d831a38cf2e4f91 (diff)
parent8af42d42da1d428025622d3b76982798ec9436bd (diff)
downloaddexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.tar
dexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.tar.gz
dexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.tar.bz2
dexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.tar.lz
dexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.tar.xz
dexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.tar.zst
dexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.zip
Merge branch 'import_presale_keys' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-import_presale_keys
Conflicts: crypto/crypto.go
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 4830d9303..a824e9001 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Go Ethereum comes with several binaries found in
* `mist` Official Ethereum Browser
* `ethereum` Ethereum CLI
* `ethtest` test tool which runs with the [tests](https://github.com/ethereum/testes) suit:
- `ethtest "`cat myfile.json`"`.
+ `cat file | ethtest`.
* `evm` is a generic Ethereum Virtual Machine: `evm -code 60ff60ff -gas
10000 -price 0 -dump`. See `-h` for a detailed description.