From 90f6b1a51c060bc27c9962a7e1d383a5e8d7caef Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Thu, 2 Jun 2022 18:34:49 +0400 Subject: [PATCH] Update docs: bages place --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c28f14c..e833a47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Orion Protocol SDK +[![npm version](https://img.shields.io/npm/v/@orionprotocol/sdk.svg)](https://www.npmjs.com/package/@orionprotocol/sdk) +[![Downloads](https://img.shields.io/npm/dm/@orionprotocol/sdk.svg)](https://www.npmjs.com/package/@orionprotocol/sdk) + ## Overview Orion Software Developer Kit is a set of functions and methods that allow dApp developers connect to the superior aggregated liquidity of Orion Protocol which combines orderbooks of centralized exchanges as well decentralized automatic market makers such as Uniswap or Spookyswap across several supported blockchains. @@ -9,9 +12,6 @@ Through this connection, developers using the SDK can perform a wide range of ac Orion’s SDK is free to use and does not require an API key or registration. Refer to integration examples for more detailed information. -[![npm version](https://img.shields.io/npm/v/@orionprotocol/sdk.svg)](https://www.npmjs.com/package/@orionprotocol/sdk) -[![Downloads](https://img.shields.io/npm/dm/@orionprotocol/sdk.svg)](https://www.npmjs.com/package/@orionprotocol/sdk) - - [Install](#install) - [Usage](#usage) - [Initialization](#initialization)