1
0
mirror of https://github.com/badgen/badgen.git synced 2025-04-19 05:42:16 +03:00

docs: fix in-browser code sample (#72)

This commit is contained in:
Andrew Patton 2022-04-30 00:54:32 -07:00 committed by GitHub
parent df6c6f026d
commit ab4c32e145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ Available color names:
```html
<script src="https://unpkg.com/badgen"></script>
<script>
var svgString = badgen.badgen({ /*...*/ })
var svgString = badgen({ /*...*/ })
</script>
```