diff --git a/README.md b/README.md index f0252c30..4e046961 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ We use [solidity-docgen](https://github.com/OpenZeppelin/solidity-docgen) to gen npx hardhat docgen ``` -By default, the documents are generated in Markdown format in the `doc` folder of the project. Each Solidity file (`*.sol`) has its own Markdown (`*.md`) file. To update the configuration for document generation, you can update the following section in `harhat.config.js`: +By default, the documents are generated in Markdown format in the `doc` folder of the project. Each Solidity file (`*.sol`) has its own Markdown (`*.md`) file. To update the configuration for document generation, you can update the following section in `hardhat.config.js`: ``` docgen: { @@ -182,4 +182,4 @@ docgen: { } ``` -You can refer to the [config.ts](https://github.com/OpenZeppelin/solidity-docgen/blob/master/src/config.ts) of solidity-docgen for the full list of configurable parameters. \ No newline at end of file +You can refer to the [config.ts](https://github.com/OpenZeppelin/solidity-docgen/blob/master/src/config.ts) of solidity-docgen for the full list of configurable parameters.