aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPaweł Bylica <pawel.bylica@imapp.pl>2015-01-23 22:37:37 +0800
committerPaweł Bylica <pawel.bylica@imapp.pl>2015-01-23 22:37:37 +0800
commit3aa0410f6ecaa6a44c8e7fa0164cc3209eb6cb8e (patch)
treebebbffe2cbbd78f2bb01805a31685cfbfdaaea70 /README.md
parentd5f38f5690caeb30794e62d4a1b2683a6107cfbc (diff)
parentd792e95c214c8352e6b23b798101e90844eaa7a3 (diff)
downloaddexon-3aa0410f6ecaa6a44c8e7fa0164cc3209eb6cb8e.tar
dexon-3aa0410f6ecaa6a44c8e7fa0164cc3209eb6cb8e.tar.gz
dexon-3aa0410f6ecaa6a44c8e7fa0164cc3209eb6cb8e.tar.bz2
dexon-3aa0410f6ecaa6a44c8e7fa0164cc3209eb6cb8e.tar.lz
dexon-3aa0410f6ecaa6a44c8e7fa0164cc3209eb6cb8e.tar.xz
dexon-3aa0410f6ecaa6a44c8e7fa0164cc3209eb6cb8e.tar.zst
dexon-3aa0410f6ecaa6a44c8e7fa0164cc3209eb6cb8e.zip
Merge remote-tracking branch 'upstream/develop' into pr/evmjit
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.