Skip to content

Commit ec0f31c

Browse files
authored
Update readme.md
1 parent e3637fc commit ec0f31c

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
@@ -62,10 +62,10 @@ import { html } from 'https://deno.land/x/proper_tags/dist/proper-tags.js';
6262
To include proper-tags via **jsdelivr**, add the following script tag to your HTML file:
6363

6464
```html
65-
<script src="https://cdn.jsdelivr.net/npm/proper-tags@2.0.0-beta.0/dist/proper-tags.umd.js"></script>
65+
<script src="https://cdn.jsdelivr.net/npm/proper-tags@2.0.1/dist/proper-tags.umd.js"></script>
6666
```
6767

68-
> **Note:** Make sure to replace `2.0.0-beta.0` with the latest version
68+
> **Note:** Make sure to replace `2.0.1` with the latest version
6969
7070

7171
## Usage

0 commit comments

Comments
 (0)