Skip to content

Commit

Permalink
docs: add npm tag for v7 compatible version to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Jul 4, 2023
1 parent 3a17cc0 commit 43bf4e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ npm install video.js
npm install videojs-mobile-ui
```

Version 1.x requires video.js 8.x as a peer dependency. Lowever video.js versions are not supported. 0.7.0 supports video.js 7.x.
Version 1.x requires video.js 8.x as a peer dependency. Lowever video.js versions are not supported. 0.7.0 supports video.js 7.x. To install the latest version that works with Video.js 7, use the `latest7` tag:

```sh
npm install videojs-mobile-ui@latest7
```

## Plugin Options

Expand Down

0 comments on commit 43bf4e9

Please sign in to comment.