Skip to content
Open
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
Docs: point to correct file
  • Loading branch information
Juice10 committed Sep 19, 2025
commit 2d35929cc88360af0d97ec110f150e0b955dfc36
2 changes: 1 addition & 1 deletion packages/rrweb-player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rrweb-player can also be included with `<script>`:
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/style.css"
/>
<script src="https://cdn.jsdelivr.net/npm/rrweb-player@latest/umd/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/rrweb-player@latest/umd/rrweb-player.js"></script>
```

Or installed by using NPM:
Expand Down
Loading