We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb922a0 commit debb521Copy full SHA for debb521
docs/docs/install.md
@@ -28,7 +28,7 @@ This library is available via Unpkg CDN.
28
<script src="https://unpkg.com/react-modal@3.15.1/dist/react-modal.min.js"></script>
29
30
<!-- library -->
31
-<script src="https://unpkg.com/@bhch/react-json-form@2.0.0/dist/react-json-form.js"></script>
+<script src="https://unpkg.com/@bhch/react-json-form@{{ project.version }}/dist/react-json-form.js"></script>
32
```
33
34
### Self hosting
0 commit comments