diff options
author | Fabio B <kandinsky454@protonmail.ch> | 2019-02-04 19:52:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-04 19:52:36 +0800 |
commit | 31d1390039aec962153e33884a7c0585561bd946 (patch) | |
tree | 84027a1a5b1a213e6a09c5cb09c687e8dcf78a98 /packages | |
parent | 6943bbcacbd9a1df0cdddb2696a768aec4b3d2c4 (diff) | |
download | dexon-0x-contracts-31d1390039aec962153e33884a7c0585561bd946.tar.gz dexon-0x-contracts-31d1390039aec962153e33884a7c0585561bd946.tar.zst dexon-0x-contracts-31d1390039aec962153e33884a7c0585561bd946.zip |
Update packages/contracts-gen/README.md
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
Diffstat (limited to 'packages')
-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` |