diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-20 08:46:11 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-20 08:46:11 +0800 |
commit | 6386c43e0151d103be52ff5df8f8f59a0eb9c8f4 (patch) | |
tree | c3d66477c8631da4ed21b192de9f244be2674e85 /README.md | |
parent | f86d177cd466246527729752b353c446676759d5 (diff) | |
download | dexon-sol-tools-6386c43e0151d103be52ff5df8f8f59a0eb9c8f4.tar dexon-sol-tools-6386c43e0151d103be52ff5df8f8f59a0eb9c8f4.tar.gz dexon-sol-tools-6386c43e0151d103be52ff5df8f8f59a0eb9c8f4.tar.bz2 dexon-sol-tools-6386c43e0151d103be52ff5df8f8f59a0eb9c8f4.tar.lz dexon-sol-tools-6386c43e0151d103be52ff5df8f8f59a0eb9c8f4.tar.xz dexon-sol-tools-6386c43e0151d103be52ff5df8f8f59a0eb9c8f4.tar.zst dexon-sol-tools-6386c43e0151d103be52ff5df8f8f59a0eb9c8f4.zip |
Include two links to the documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ --- +### [0x.js documentation][docs-url] + [0x][website-url] is an open protocol that facilitates trustless, low friction exchange of Ethereum-based assets. A full description of the protocol may be found in our [whitepaper][whitepaper-url]. This repository contains a Javascript library that makes it easy to build Relayers and other DApps that use the 0x protocol. @@ -42,7 +44,7 @@ Download the UMD module from our [releases page](https://github.com/0xProject/0x <script type="text/javascript" src="0x.js"></script> ``` -## [Browse the 0x.js documentation][docs-url] +### [Visit the 0x.js documentation][docs-url] [website-url]: https://0xproject.com/ [whitepaper-url]: https://0xproject.com/pdfs/0x_white_paper.pdf |