Skip to content

Commit fd81710

Browse files
committed
fix: update code block syntax for Solidity in README
1 parent 740df98 commit fd81710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The contracts are located in the `contracts` directory of this repository. You c
4848
- **`ProxyForward.sol`**: A contract for proxying transactions, ensuring and verifying that transactions are sent only by the proxy or the user themselves.
4949
- **`ProxyForwardUpgradeable.sol`**: A contract for proxying transactions that supports upgradeable contracts.
5050

51-
```sol
51+
```solidity
5252
import "@moonchain/agents/contracts/ProxyForward.sol";
5353
5454
contract Counter is ProxyForward {

0 commit comments

Comments
 (0)