Skip to content

Commit c7084f2

Browse files
committed
update readme
1 parent 127719f commit c7084f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Open <http://localhost:8080/demo.html>
5757

5858
### Loading from CDN
5959

60-
For example if we use version `3.5.1` of the webcomponent then using the below HTML snippet we can renders the demo form.
60+
For example if we use version `3.6.0` of the webcomponent then using the below HTML snippet we can renders the demo form.
6161

6262
```html
6363
<vuetify-json-forms id="vuetify-json-forms"></vuetify-json-forms>
@@ -88,7 +88,7 @@ For example if we use version `3.5.1` of the webcomponent then using the below H
8888

8989
<script
9090
type="module"
91-
src="https://cdn.jsdelivr.net/npm/@chobantonov/jsonforms-vuetify-webcomponent@3.5.1/dist/vuetify-json-forms.min.js"
91+
src="https://cdn.jsdelivr.net/npm/@chobantonov/jsonforms-vuetify-webcomponent@3.6.0/dist/vuetify-json-forms.min.js"
9292
></script>
9393
```
9494

0 commit comments

Comments
 (0)