rango-sdk 0.0.10 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,13 +1,15 @@
1
1
  # Rango Exchange SDK
2
2
 
3
+ ## Main SDK (Multi Step Tx)
4
+
3
5
  [![npm version](https://badge.fury.io/js/rango-sdk.svg)](https://badge.fury.io/js/rango-sdk)
4
6
  [![license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/rango-exchange/rango-sdk/blob/master/LICENSE)
5
7
 
6
- > **WARNING:** The Rango SDK is still beta. Please use it on your own risk.
7
-
8
- ## Installation
8
+ ### Installation
9
9
 
10
10
  ```shell
11
+ yarn add rango-sdk
12
+ # or
11
13
  npm install rango-sdk --save
12
14
  ```
13
15
 
@@ -16,4 +18,4 @@
16
18
  Please checkout the examples' folder for sample usage of the SDK. We will add more examples there soon.
17
19
 
18
20
  - [Documents](https://docs.rango.exchange/integration/overview)
19
- - [Examples](https://github.com/rango-exchange/rango-sdk/tree/master/examples/)
21
+ - [Examples](https://github.com/rango-exchange/rango-sdk/tree/master/examples/multi/)