Skip to content

Commit

Permalink
docs: reword
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroEkkusu committed Aug 19, 2024
1 parent 7495bba commit c34379f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"files.associations": {
"*.solx": "solidity"
},
"workbench.colorTheme": "Default Dark Modern"
}
}
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,9 @@ forge test

**Experiment**

> [!NOTE]
> Try it out: [`test/Example.solx`](./test/Example.solx)
👉 Try it out: [`test/Example.solx`](./test/Example.solx)



Specify variables to **sync** between Solidity and TypeScript:
Specify variables to sync between Solidity and TypeScript:

```solidity
uint256 a;
Expand All @@ -58,7 +55,7 @@ a++;
assertEq(a, 1);
```

Specify variables to **clone** from TypeScript:
Specify variables to clone from TypeScript:

```solidity
uint256 a = 1;
Expand Down

0 comments on commit c34379f

Please sign in to comment.