rainbow-swap-sdk 1.1.15 → 1.1.16

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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,9 @@ This SDK is designed for building applications on top of [Rainbow Swap 🌈](htt
8
8
 
9
9
  ---
10
10
 
11
+ [![npm version](https://badge.fury.io/js/rainbow-swap-sdk.svg)](https://badge.fury.io/js/rainbow-swap-sdk)
12
+ ![NPM License](https://img.shields.io/npm/l/rainbow-swap-sdk)
13
+
11
14
  ### Installation
12
15
 
13
16
  To install the rainbow-swap-sdk, use the following npm command:
@@ -69,7 +72,7 @@ if (isActivationRequired) {
69
72
 
70
73
  ### Live example
71
74
 
72
- For a live example of using the SDK, visit [Rainbow Swap repository](https://github.com/0xblackbot/rainbow-swap).
75
+ For a live example of using the SDK, visit [Rainbow Swap 🌈 repository](https://github.com/0xblackbot/rainbow-swap).
73
76
 
74
77
  ### Contact
75
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rainbow-swap-sdk",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "An SDK for building applications on top of Rainbow Swap",
5
5
  "repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git",
6
6
  "license": "Apache-2.0",