fix README repo link

This commit is contained in:
0xYYY 2022-07-19 23:54:57 +08:00
parent 2529d0b2c0
commit 0ecb7c63e9
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