aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-11-22 01:05:11 +0800
committerFabio Berger <me@fabioberger.com>2018-11-22 01:05:11 +0800
commit8ea2eb9102058a03d96e488507c71db0cc082356 (patch)
treef822489b5783814236ba5954a6f2df48191a5594 /README.md
parentf27fef0295243eeb85498ee09810a2f56afd88bd (diff)
downloaddexon-sol-tools-8ea2eb9102058a03d96e488507c71db0cc082356.tar
dexon-sol-tools-8ea2eb9102058a03d96e488507c71db0cc082356.tar.gz
dexon-sol-tools-8ea2eb9102058a03d96e488507c71db0cc082356.tar.bz2
dexon-sol-tools-8ea2eb9102058a03d96e488507c71db0cc082356.tar.lz
dexon-sol-tools-8ea2eb9102058a03d96e488507c71db0cc082356.tar.xz
dexon-sol-tools-8ea2eb9102058a03d96e488507c71db0cc082356.tar.zst
dexon-sol-tools-8ea2eb9102058a03d96e488507c71db0cc082356.zip
Put python package above TS/JS packages
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index d30a7332e..421299371 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,12 @@ If you're developing on 0x now or are interested in using 0x infrastructure in t
Visit our [developer portal](https://0xproject.com/docs/order-utils) for a comprehensive list of core & community maintained packages. All packages maintained with this monorepo are listed below.
+### Python Packages
+
+| Package | Version | Description |
+| --------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
+| [`0x-order-utils.py`](/python-packages/order_utils) | [![PyPI](https://img.shields.io/pypi/v/0x-order-utils.svg)](https://pypi.org/project/0x-order-utils/) | A set of utilities for generating, parsing, signing and validating 0x orders |
+
### Typescript/Javascript Packages
#### 0x-specific packages
@@ -76,12 +82,6 @@ Visit our [developer portal](https://0xproject.com/docs/order-utils) for a compr
| [`@0x/testnet-faucets`](/packages/testnet-faucets) | A faucet micro-service that dispenses test ERC20 tokens or Ether |
| [`@0x/website`](/packages/website) | 0x website |
-### Python Packages
-
-| Package | Version | Description |
-| --------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
-| [`0x-order-utils.py`](/python-packages/order_utils) | [![PyPI](https://img.shields.io/pypi/v/0x-order-utils.svg)](https://pypi.org/project/0x-order-utils/) | A set of utilities for generating, parsing, signing and validating 0x orders |
-
## Usage
Node version >= 6.12 is required.