@rozoai/intent-pay 0.1.19-beta.3 → 0.1.19
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 +2 -0
- package/build/package.json.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,8 @@ For a complete list of supported tokens and chains, see the [Supported Tokens an
|
|
|
31
31
|
|
|
32
32
|
You can find the full Rozo Pay documentation at [docs.rozo.ai](https://docs.rozo.ai).
|
|
33
33
|
|
|
34
|
+
For in-repo SDK prop reference, see [RozoPayButton Props](../../docs/ROZO_PAY_BUTTON_PROPS.md).
|
|
35
|
+
|
|
34
36
|
## Examples
|
|
35
37
|
|
|
36
38
|
Check out complete examples and code snippets at [Complete Examples](https://docs.rozo.ai/integration/rozointentpay/examples), including:
|
package/build/package.json.js
CHANGED