Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed Oct 10, 2024
1 parent cc79783 commit 5d13c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This feature ensures that legitimate contracts are not left without operators du

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

```sol
```solidity
contract MangrovePoints is Ownable(msg.sender), IMangrovePoints {
/**
* @inheritdoc IMangrovePoints
Expand Down

0 comments on commit 5d13c53

Please sign in to comment.