@foxy.io/elements 1.43.0-beta.6 → 1.44.0-beta.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ If you're targeting [browsers that support ES6](https://caniuse.com/#feat=es6),
|
|
|
15
15
|
<!-- 2. Load element (replace "foxy-donation" with the one you need or add more script tags); -->
|
|
16
16
|
<script
|
|
17
17
|
type="module"
|
|
18
|
-
src="https://
|
|
18
|
+
src="https://cdn-js.foxy.io/elements@1/foxy-donation.js"
|
|
19
19
|
></script>
|
|
20
20
|
|
|
21
21
|
<!-- 3. Use the element anywhere on your page. -->
|