diff --git a/README.md b/README.md index 18b2dcc..32468b7 100644 --- a/README.md +++ b/README.md @@ -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