diff --git a/README.md b/README.md index f3dac9e..aedab18 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ npx locklift test --network local You can print to console in contracts with special library: ```solidity -import "locklift/src/console.sol"; +import "locklift/src/console.tsol"; contract Sample { function testFunc(uint input) external {