@lavapayments/nodejs 0.1.0 → 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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,6 +112,6 @@ For other providers, you can use the forward endpoint directly:
|
|
|
112
112
|
const url = `${lava.baseUrl}forward?u=https://api.yourprovider.com/endpoint`;
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
## Documentation
|
|
115
|
+
## Related Documentation
|
|
116
116
|
|
|
117
|
-
For
|
|
117
|
+
For complete documentation on Lava's usage-based billing system and backend integration, visit [lavapayments.com](https://www.lavapayments.com).
|