From bf95e6290a09270cc28b6a2e117d2cb8da3af6ec Mon Sep 17 00:00:00 2001 From: emretepedev Date: Tue, 24 Jan 2023 07:16:53 +0300 Subject: [PATCH] chore(docs): update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a87eb..f171d90 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,10 @@ import { finder } from "hardhat"; async function main() { const contractPath = "contracts/ExampleLibrary.sol"; const contractName = "ExampleLibrary"; - await finder.setFor(contractPath, contractName); + await finder.setFor({ + contractPath, + contractName, + }); console.log(finder.getUserDocument()); console.log(finder.getDeveloperDocument());