make link text consistent with command

This commit is contained in:
Dustin Brody 2018-09-07 15:29:25 -07:00 committed by zah
parent e24f7fe144
commit 64bd9c350b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ mkdir -p build
nim c -o:build/decompile_smart_contract -r examples/decompile_smart_contract.nim
```
Run Ethereum [JSON-based VM tests](https://github.com/ethereum/tests/):
Run Ethereum [JSON-based general state tests](https://github.com/ethereum/tests/):
```
mkdir -p build
nim c -o:build/test_generalstate_json -r --experimental:forLoopMacros tests/test_generalstate_json.nim