From 41e90e50219bba978a6d79fdb15d2308be385d03 Mon Sep 17 00:00:00 2001 From: Nikolai Date: Mon, 23 Oct 2023 09:45:03 +0300 Subject: [PATCH] fix .(t)sol path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {