diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2018-11-10 07:13:38 +0800 |
---|---|---|
committer | Amir Bandeali <abandeali1@gmail.com> | 2018-11-12 06:57:24 +0800 |
commit | bc960fe8f8e9488c1870d5c90187f93871aebffa (patch) | |
tree | e98fb847c24b77c8786f8346fdaf9474e1d3ae73 | |
parent | 517c620397739f4883dcee69e52f85bd7f0bb54b (diff) | |
download | dexon-sol-tools-bc960fe8f8e9488c1870d5c90187f93871aebffa.tar dexon-sol-tools-bc960fe8f8e9488c1870d5c90187f93871aebffa.tar.gz dexon-sol-tools-bc960fe8f8e9488c1870d5c90187f93871aebffa.tar.bz2 dexon-sol-tools-bc960fe8f8e9488c1870d5c90187f93871aebffa.tar.lz dexon-sol-tools-bc960fe8f8e9488c1870d5c90187f93871aebffa.tar.xz dexon-sol-tools-bc960fe8f8e9488c1870d5c90187f93871aebffa.tar.zst dexon-sol-tools-bc960fe8f8e9488c1870d5c90187f93871aebffa.zip |
Add CHANGELOG comment to README
-rw-r--r-- | packages/contracts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/README.md b/packages/contracts/README.md index 5aedb249f..97a2816ff 100644 --- a/packages/contracts/README.md +++ b/packages/contracts/README.md @@ -1,6 +1,6 @@ ## Contracts -Smart contracts that implement the 0x protocol. Addresses of the deployed contracts can be found [here](https://0xproject.com/wiki#Deployed-Addresses). +Smart contracts that implement the 0x protocol. Addresses of the deployed contracts can be found in the 0x [wiki](https://0xproject.com/wiki#Deployed-Addresses) or the [CHANGELOG](./CHANGELOG.json) of this package. ## Usage |