Skip to content

Commit 5d13c53

Browse files
committed
chore: update README
1 parent cc79783 commit 5d13c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This feature ensures that legitimate contracts are not left without operators du
3434

3535
The MangrovePoints contract is built on OpenZeppelin's Ownable contract and implements the IMangrovePoints interface. Here's an overview of its functionality:
3636

37-
```sol
37+
```solidity
3838
contract MangrovePoints is Ownable(msg.sender), IMangrovePoints {
3939
/**
4040
* @inheritdoc IMangrovePoints

0 commit comments

Comments
 (0)