Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update to point to alpha.19 as presumably that's when the umd folder …
…will be available after the changes in this PR
  • Loading branch information
eoghanmurray committed Jun 12, 2025
commit a3715c7f283a3f4d74b3aca374304da9c2317e1c
2 changes: 1 addition & 1 deletion guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You are recommended to install rrweb via jsdelivr's CDN service:
Also, you can link to a specific version number that you can update manually:

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

#### Only include the recorder code
Expand Down
2 changes: 1 addition & 1 deletion guide.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
也可以在 URL 中指定具体的版本号,例如:

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

#### 仅引入录制部分
Expand Down
Loading