Skip to content

Commit a3715c7

Browse files
committed
Update to point to alpha.19 as presumably that's when the umd folder will be available after the changes in this PR
1 parent 396875d commit a3715c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You are recommended to install rrweb via jsdelivr's CDN service:
2121
Also, you can link to a specific version number that you can update manually:
2222

2323
```html
24-
<script src="https://cdn.jsdelivr.net/npm/[email protected].14/umd/rrweb.min.js"></script>
24+
<script src="https://cdn.jsdelivr.net/npm/[email protected].19/umd/rrweb.min.js"></script>
2525
```
2626

2727
#### Only include the recorder code

guide.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
也可以在 URL 中指定具体的版本号,例如:
2020

2121
```html
22-
<script src="https://cdn.jsdelivr.net/npm/[email protected].14/umd/rrweb.min.js"></script>
22+
<script src="https://cdn.jsdelivr.net/npm/[email protected].19/umd/rrweb.min.js"></script>
2323
```
2424

2525
#### 仅引入录制部分

0 commit comments

Comments
 (0)