diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-12-11 07:54:30 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-12-11 07:54:30 +0800 |
commit | 40c0eebd38e757cec6c6adc4aaf09a31aff1cc0f (patch) | |
tree | 4a995a12974291d09d2f8e3a60dde5f004361538 /README.md | |
parent | 5d6fabf528e8251b0d5dcb60cad0b73c2b4af154 (diff) | |
download | dexon-sol-tools-40c0eebd38e757cec6c6adc4aaf09a31aff1cc0f.tar dexon-sol-tools-40c0eebd38e757cec6c6adc4aaf09a31aff1cc0f.tar.gz dexon-sol-tools-40c0eebd38e757cec6c6adc4aaf09a31aff1cc0f.tar.bz2 dexon-sol-tools-40c0eebd38e757cec6c6adc4aaf09a31aff1cc0f.tar.lz dexon-sol-tools-40c0eebd38e757cec6c6adc4aaf09a31aff1cc0f.tar.xz dexon-sol-tools-40c0eebd38e757cec6c6adc4aaf09a31aff1cc0f.tar.zst dexon-sol-tools-40c0eebd38e757cec6c6adc4aaf09a31aff1cc0f.zip |
Fix typo in top level README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -76,13 +76,12 @@ Visit our [developer portal](https://0xproject.com/docs/order-utils) for a compr #### Private Packages -| Package | Description | -| -------------------------------------------------- | ---------------------------------------------------------------- | -| [`@0x/contracts`](/contracts/core) | 0x protocol solidity smart contracts & tests | -| [`@0x/instant`](/packages/instant) | A free and flexible way to offer simple crypto -purchasing in any app or website. | -| [`@0x/testnet-faucets`](/packages/testnet-faucets) | A faucet micro-service that dispenses test ERC20 tokens or Ether | -| [`@0x/website`](/packages/website) | 0x website | +| Package | Description | +| -------------------------------------------------- | -------------------------------------------------------------------------------- | +| [`@0x/contracts`](/contracts/core) | 0x protocol solidity smart contracts & tests | +| [`@0x/instant`](/packages/instant) | A free and flexible way to offer simple crypto purchasing in any app or website. | +| [`@0x/testnet-faucets`](/packages/testnet-faucets) | A faucet micro-service that dispenses test ERC20 tokens or Ether | +| [`@0x/website`](/packages/website) | 0x website | ## Usage |