From a0ba5f6cc1ff251ec8b109d063596345e20b4e3b Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:22:07 +0200 Subject: [PATCH] Fix typo in README.md (#308) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0252c306..4e0469618 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.