From 11c8348ee9c6e32b48a1c7a6411b5980aa7c1104 Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Thu, 16 Feb 2023 16:56:25 +0400 Subject: [PATCH] Fix docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f2d05e..679f232 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ Orion’s SDK is free to use and does not require an API key or registration. Re - [Usage](#usage) - [Initialization](#initialization) - [High level methods](#high-level-methods) -- [Get assets](#get-assets) -- [Get pairs](#get-pairs) + - [Get assets](#get-assets) + - [Get pairs](#get-pairs) - [Withdraw](#withdraw) - [Deposit](#deposit) - [Get swap info](#get-swap-info) @@ -106,7 +106,7 @@ detectEthereumProvider().then((provider) => { ## High level methods -## Get assets +### Get assets ```ts const assets = await orion.getAssets(); // Optional: tradableOnly: boolean (default: true) @@ -127,7 +127,7 @@ const assets = await orion.getAssets(); // Optional: tradableOnly: boolean (defa // } ``` -## Get pairs +### Get pairs ```ts const pairs = await orion.getPairs("spot"); // 'spot' | 'futures'