From 64bd9c350ba4aaebcfd1b94c6db332a94488a173 Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Fri, 7 Sep 2018 15:29:25 -0700 Subject: [PATCH] make link text consistent with command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18948ac43..9bee70d59 100644 --- a/README.md +++ b/README.md @@ -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