diff options
-rw-r--r-- | packages/contracts-gen/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts-gen/README.md b/packages/contracts-gen/README.md index b32fa53cc..feaf9e65f 100644 --- a/packages/contracts-gen/README.md +++ b/packages/contracts-gen/README.md @@ -20,7 +20,7 @@ You should run this tool after each time you move your contracts around to regen This tool does the following: -- Reads your `compiler.json`. Specifically list of smart contracts. +- Reads your `compiler.json`. Specifically the list of smart contracts. - Creates `wrapper.ts` file which exports all contract wrappers. - Creates `artifacts.ts` file which exports all contract artifacts. - Generates list of JSON artifact files in `tsconfig.json` |