diff --git a/README.md b/README.md index bcf00d6c73..8b352fb120 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The codebase of _evmone_ is optimized to provide fast and efficient execution of ### Baseline Interpreter 1. Provides relatively straight-forward EVM implementation. -2. Performs only minimalistic JUMPDEST analysis. +2. Performs only minimalistic `JUMPDEST` analysis. 3. Experimental. Can be enabled with `O=0` option.