Skip to content

Commit 272f93e

Browse files
authored
Fix minimum pragma in README.md (#18)
1 parent 7dbf9a1 commit 272f93e

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
@@ -76,7 +76,7 @@ In practice this might be done in a frontend application prior to submitting the
7676
Once the proof has been generated, it can be validated in Solidity using [`MerkleProof`] as in the following example:
7777

7878
```solidity
79-
pragma solidity ^0.8.0;
79+
pragma solidity ^0.8.4;
8080
8181
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
8282

0 commit comments

Comments
 (0)