We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e76a8c commit f1d4954Copy full SHA for f1d4954
1 file changed
README.md
@@ -33,7 +33,7 @@ Instead, herein is proposed ULID:
33
## Use in the browser
34
35
```html
36
-<script src="https://unpkg.com/ulid@${VERSION_NUMBER}/dist/index.umd.js"></script>
+<script src="https://unpkg.com/ulid@{{VERSION_NUMBER}}/dist/index.umd.js"></script>
37
<script>
38
ULID.ulid()
39
</script>
0 commit comments