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.
- package/README.md +4 -1
- 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
|
+
[](https://badge.fury.io/js/rainbow-swap-sdk)
|
|
12
|
+

|
|
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