Merge pull request #2 from 0xYYY/0xyyy/fix-readme

fix README repo link
This commit is contained in:
Paul Razvan Berg 2022-07-21 12:16:11 +03:00 committed by GitHub
commit fab4e2e0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ A Foundry-based template for developing Solidity smart contracts, with sensible
## What's Inside
- [Forge](https://github.com/foundry-rs/foundry/blob/master/forge): compile, test, fuzz, debug and deploy smart contracts
- [PRBTest](https://github.com/paulrberg/prb-math): modern collection of testing assertions and logging utilities
- [PRBTest](https://github.com/paulrberg/prb-test): modern collection of testing assertions and logging utilities
- [Forge Std](https://github.com/foundry-rs/forge-std): collection of helpful contracts and cheatcodes for testing
- [Solhint](https://github.com/protofire/solhint): code linter
- [Prettier Plugin Solidity](https://github.com/prettier-solidity/prettier-plugin-solidity): code formatter