diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-12-11 07:54:30 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-13 01:19:39 +0800 |
commit | 4858c0c48496f2729b6d598807e3c36b893c9273 (patch) | |
tree | 05fdc1786cc8e7984e6ffca4516d12bc5dd6727e | |
parent | 5865b4848d740caf7ce1d210d0a9e99b7b7f242f (diff) | |
download | dexon-sol-tools-4858c0c48496f2729b6d598807e3c36b893c9273.tar.gz dexon-sol-tools-4858c0c48496f2729b6d598807e3c36b893c9273.tar.zst dexon-sol-tools-4858c0c48496f2729b6d598807e3c36b893c9273.zip |
Fix typo in top level README
-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 |