From daea1d75f551f96b6a8222100fc75ffa4dbc8e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 7 Jan 2021 08:55:50 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alex Beregszaszi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.