Skip to content

Commit 7824f3c

Browse files
committed
Fix screenshots
1 parent 5f2722a commit 7824f3c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/blockchain/service/connect-metamask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Remix is a browser-based Solidity development environment. Using MetaMask and Re
8888
```
8989
9090
The **simple contract** declares a state variable named **balance**. There are two functions defined. The **add** function adds a number to **balance**. The **get** function returns the value of **balance**.
91-
1. To compile the contract, first select the Solidity compiler pane then select the **Compile > Start to compile**.
91+
1. To compile the contract, first select the Solidity compiler pane then select the **Compile simple.sol**.
9292
9393
![Compile](./media/connect-metamask/compile.png)
9494
11.8 KB
Loading

0 commit comments

Comments
 (0)