Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
Update blockquotes highlights format
  • Loading branch information
Yashiru authored Oct 9, 2024
1 parent 4874471 commit a6c73b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn main() {
./install && cd .. && \
rm -rf evm-rs-emulator
```
> **Note**
> [!NOTE]
> The install script runs sudo commands.
### Uninstall
Expand All @@ -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
Expand Down

0 comments on commit a6c73b2

Please sign in to comment.