@ -51,7 +51,7 @@ The virtual machine language is described in the [Ethereum Yellowpaper](http://g
### Tracing EVM execution
You can run a piece of bytecode in the [PyEthereum](https://github.com/ethereum/pyethereum) VM and trace its execution using the `-t` flag. This will output the instructions executed as well as the state of the stack for every execution step.
You can trace execution of a piece of bytecode in the [PyEthereum](https://github.com/ethereum/pyethereum) VM using the `-t` flag. This will output the instructions executed as well as the state of the stack for every execution step.