diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-12-14 03:36:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 03:36:28 +0800 |
commit | f9a6c45a038206c863d745fdf9c98f463f03e269 (patch) | |
tree | 819141e36ed51eb4af00020f68d883d5c1f7fc49 | |
parent | f8e84260b59c367d4f99c03b69b7c63a42735116 (diff) | |
download | dexon-sol-tools-f9a6c45a038206c863d745fdf9c98f463f03e269.tar dexon-sol-tools-f9a6c45a038206c863d745fdf9c98f463f03e269.tar.gz dexon-sol-tools-f9a6c45a038206c863d745fdf9c98f463f03e269.tar.bz2 dexon-sol-tools-f9a6c45a038206c863d745fdf9c98f463f03e269.tar.lz dexon-sol-tools-f9a6c45a038206c863d745fdf9c98f463f03e269.tar.xz dexon-sol-tools-f9a6c45a038206c863d745fdf9c98f463f03e269.tar.zst dexon-sol-tools-f9a6c45a038206c863d745fdf9c98f463f03e269.zip |
fix(sra_client.py): Fix version badge in README
* Correct Python SRA client version badge
* Fix spacing for prettier
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Visit our [developer portal](https://0xproject.com/docs/order-utils) for a compr | Package | Version | Description | | ------------------------------------------------ | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | | [`0x-order-utils`](/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 | -| [`0x-sra-client`](/python-packages/sra_client) | [![PyPI](https://img.shields.io/pypi/v/0x-order-utils.svg)](https://pypi.org/project/0x-sra-client/) | A Python client for interacting with servers conforming to the Standard Relayer API specification | +| [`0x-sra-client`](/python-packages/sra_client) | [![PyPI](https://img.shields.io/pypi/v/0x-sra-client.svg)](https://pypi.org/project/0x-sra-client/) | A Python client for interacting with servers conforming to the Standard Relayer API specification | ### Typescript/Javascript Packages |