From a6c73b206a21c95067d5cd53da8faedf7f3aa508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20FASANO?= Date: Wed, 9 Oct 2024 11:05:21 +0200 Subject: [PATCH] docs: Update README.md Update blockquotes highlights format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e266cd5..eef9220 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ fn main() { ./install && cd .. && \ rm -rf evm-rs-emulator ``` - > **Note** + > [!NOTE] > The install script runs sudo commands. ### Uninstall @@ -78,7 +78,7 @@ fn main() { ### Execute bytecode You can run raw bytecode or give a file containing the bytecode in parameter. - > **Note** + > [!NOTE] > When running some bytecode, the bytecode is deployed at a contract address and the contract is called with the provided data. ```bash