Skip to content

Commit

Permalink
chore(docs): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
emretepedev committed Jan 24, 2023
1 parent 7926569 commit bf95e62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit bf95e62

Please sign in to comment.