Skip to content

Commit

Permalink
Merge pull request #677 from onflow/EVM-remix-updates
Browse files Browse the repository at this point in the history
Update remix
  • Loading branch information
Greg Santos authored Mar 25, 2024
2 parents 7e628cb + 4c5fa35 commit 85a2da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/evm/build/guides/deploy-contract/using-remix.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Using Remix
title: Flow Remix Guide
description: "Using Remix to deploy a solidity contract to EVM on Flow."
sidebar_label: Using Remix
sidebar_label: Remix
sidebar_position: 1
---

Expand Down Expand Up @@ -103,7 +103,7 @@ getGreeting();
1. Create a new file under `scripts`.
2. Paste in above JavaScript code.
3. Click on green play button.
4. Verify the greeting is "Hello World!"
4. Verify the greeting is "Hello World!".
Follow the steps below to change the greeting and retrieve the new greeting.
Expand Down

0 comments on commit 85a2da3

Please sign in to comment.