Skip to content

Commit

Permalink
Merge pull request #568 from onflow/jribbink-patch-1
Browse files Browse the repository at this point in the history
Remove `--evm-enabled` flag in README.md instructions
  • Loading branch information
m-Peter authored Sep 23, 2024
2 parents d57cf9f + 8af6a2f commit 888c69d
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 @@ -42,9 +42,9 @@ Operating an EVM Gateway is straightforward. It can either be deployed locally a
### Running Locally
**Start Emulator**

To run the gateway locally you need to start the emulator with EVM enabled:
To run the gateway locally you need to start the Flow Emulator:
```
flow emulator --evm-enabled
flow emulator
```
_Make sure flow.json has the emulator account configured to address and private key we will use for starting gateway bellow._

Expand Down

0 comments on commit 888c69d

Please sign in to comment.