Skip to content

Commit

Permalink
Merge pull request #441 from nishuzumi/fix/readme
Browse files Browse the repository at this point in the history
Add missing quotation marks
  • Loading branch information
wighawag authored Apr 27, 2023
2 parents 7b0ca75 + 1134c52 commit e715f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ With hardhat the tsconfig.json is optional.

But if you add folders to the `include` field in `tsconfig.json`, you ll also need to include `hardhat.config.ts` like :

`include": ["./hardhat.config.ts", "./scripts", "./deploy", "./test"]`
`"include": ["./hardhat.config.ts", "./scripts", "./deploy", "./test"]`

for deploy script (see below) you can write them this way to benefit from typing :

Expand Down

0 comments on commit e715f20

Please sign in to comment.