@contentful/optimization-web 0.1.0-alpha4 → 0.1.0-alpha5
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
CHANGED
|
@@ -91,7 +91,7 @@ const optimization = new Optimization({ clientId: 'abc123' })
|
|
|
91
91
|
Alternatively, the Web SDK can be used directly within an HTML file:
|
|
92
92
|
|
|
93
93
|
```html
|
|
94
|
-
<script src="https://cdn.jsdelivr.net/npm/@contentful/optimization-web@
|
|
94
|
+
<script src="https://cdn.jsdelivr.net/npm/@contentful/optimization-web@latest/dist/contentful-optimization-web.umd.js"></script>
|
|
95
95
|
<script>
|
|
96
96
|
new Optimization({ clientId: 'abc123' })
|
|
97
97
|
// is equal to:
|