@mux/mux-player 1.1.3 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,13 +14,13 @@ The player UI is built on [Media Chrome](https://media-chrome.org) and [`<mux-vi
14
14
  # Installation
15
15
 
16
16
  ```shell
17
- npm install @mux/mux-player-react
17
+ npm install @mux/mux-player
18
18
  ```
19
19
 
20
20
  or
21
21
 
22
22
  ```shell
23
- yarn add @mux/mux-player-react
23
+ yarn add @mux/mux-player
24
24
  ```
25
25
 
26
26
  # Usage