@koomipay/react 1.0.16 → 1.0.17
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -181,5 +181,5 @@ ReactDOM.render(<Checkout />, document.body)
|
|
|
181
181
|
React Koomipay is packaged with TypeScript declarations. Some types are pulled from [`@koomipay/react`][koomipay-npm] — be sure to add `@koomipay/react` as a dependency to your project for full TypeScript support.
|
|
182
182
|
|
|
183
183
|
[koomipay-portal]: https://pay-demo.koomi.app
|
|
184
|
-
[live-demo]: https://store-demo.koomi.app
|
|
184
|
+
[live-demo]: https://store-demo-react.koomi.app
|
|
185
185
|
[koomipay-npm]: https://www.npmjs.com/package/@koomipay/react
|