diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-20 08:48:29 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-20 08:48:29 +0800 |
commit | 8135f98029ce703b11d053e1a7c2a55e688b8d42 (patch) | |
tree | 51a28d5d2f5e7978ba7b0941c16e5a7f59113f65 | |
parent | 6386c43e0151d103be52ff5df8f8f59a0eb9c8f4 (diff) | |
download | dexon-sol-tools-8135f98029ce703b11d053e1a7c2a55e688b8d42.tar dexon-sol-tools-8135f98029ce703b11d053e1a7c2a55e688b8d42.tar.gz dexon-sol-tools-8135f98029ce703b11d053e1a7c2a55e688b8d42.tar.bz2 dexon-sol-tools-8135f98029ce703b11d053e1a7c2a55e688b8d42.tar.lz dexon-sol-tools-8135f98029ce703b11d053e1a7c2a55e688b8d42.tar.xz dexon-sol-tools-8135f98029ce703b11d053e1a7c2a55e688b8d42.tar.zst dexon-sol-tools-8135f98029ce703b11d053e1a7c2a55e688b8d42.zip |
Add documentation section
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,8 +2,6 @@ --- -### [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. @@ -44,7 +42,9 @@ Download the UMD module from our [releases page](https://github.com/0xProject/0x <script type="text/javascript" src="0x.js"></script> ``` -### [Visit the 0x.js documentation][docs-url] +## Documentation + +Extensive documentation of 0x.js can be found on [our website][docs-url]. [website-url]: https://0xproject.com/ [whitepaper-url]: https://0xproject.com/pdfs/0x_white_paper.pdf |