diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-02-28 07:08:52 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-02-28 07:08:52 +0800 |
commit | 30e4613d0a5817b880feba3a2c7ad9900c8d287b (patch) | |
tree | accf863288e64f32814c3633b3c23450bb8e9973 /packages/contracts/README.md | |
parent | 7aa070f9eaef734274df6e6eaa4590fe30d52899 (diff) | |
download | dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.gz dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.bz2 dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.lz dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.xz dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.zst dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.zip |
Upgrate prettier
Diffstat (limited to 'packages/contracts/README.md')
-rw-r--r-- | packages/contracts/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/contracts/README.md b/packages/contracts/README.md index 11b9e5056..c209edf02 100644 --- a/packages/contracts/README.md +++ b/packages/contracts/README.md @@ -4,11 +4,11 @@ Smart contracts that implement the 0x protocol. ## Usage -* [Docs](https://0xproject.com/docs/contracts) -* [Overview of 0x protocol architecture](https://0xproject.com/wiki#Architecture) -* [0x smart contract interactions](https://0xproject.com/wiki#Contract-Interactions) -* [Deployed smart contract addresses](https://0xproject.com/wiki#Deployed-Addresses) -* [0x protocol message format](https://0xproject.com/wiki#Message-Format) +* [Docs](https://0xproject.com/docs/contracts) +* [Overview of 0x protocol architecture](https://0xproject.com/wiki#Architecture) +* [0x smart contract interactions](https://0xproject.com/wiki#Contract-Interactions) +* [Deployed smart contract addresses](https://0xproject.com/wiki#Deployed-Addresses) +* [0x protocol message format](https://0xproject.com/wiki#Message-Format) ## Contributing |