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 e3637fc commit ec0f31cCopy full SHA for ec0f31c
readme.md
@@ -62,10 +62,10 @@ import { html } from 'https://deno.land/x/proper_tags/dist/proper-tags.js';
62
To include proper-tags via **jsdelivr**, add the following script tag to your HTML file:
63
64
```html
65
-<script src="https://cdn.jsdelivr.net/npm/proper-tags@2.0.0-beta.0/dist/proper-tags.umd.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/proper-tags@2.0.1/dist/proper-tags.umd.js"></script>
66
```
67
68
-> **Note:** Make sure to replace `2.0.0-beta.0` with the latest version
+> **Note:** Make sure to replace `2.0.1` with the latest version
69
70
71
## Usage
0 commit comments