willba-component-library 0.3.9 → 0.3.10
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
|
@@ -119,7 +119,7 @@ ReactDOM.render(<App />, document.querySelector('#app'))
|
|
|
119
119
|
|
|
120
120
|
<script src="https://unpkg.com/react@18.3.1/umd/react.production.min.js"></script>
|
|
121
121
|
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js"></script>
|
|
122
|
-
<script src="https://cdn.jsdelivr.net/npm/willba-component-library@0.3.
|
|
122
|
+
<script src="https://cdn.jsdelivr.net/npm/willba-component-library@0.3.10/lib/index.umd.js"></script>
|
|
123
123
|
|
|
124
124
|
<script>
|
|
125
125
|
const renderFilterBar = async () => {
|