Skip to content

Commit 90237f5

Browse files
committed
Update readme
1 parent 64e5cd3 commit 90237f5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
<a href='https://www.npmjs.com/package/react-player'>
77
<img src='https://img.shields.io/npm/v/react-player.svg' alt='Latest npm version'>
88
</a>
9-
<a href='https://travis-ci.org/CookPete/react-player'>
10-
<img src='https://img.shields.io/travis/CookPete/react-player/master.svg' alt='Build Status'>
11-
</a>
129
<a href='https://codecov.io/gh/CookPete/react-player'>
1310
<img src='https://img.shields.io/codecov/c/github/cookpete/react-player.svg' alt='Test Coverage'>
1411
</a>
@@ -21,9 +18,11 @@
2118
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, DailyMotion and Kaltura. Not using React? <a href='#standalone-player'>No problem.</a>
2219
</p>
2320

24-
### Migrating to ReactPlayer `v2.0`
21+
### ✨ The future of ReactPlayer
2522

26-
ReactPlayer `v2.0` changes single player imports and adds lazy loading players. Support for `preload` has also been removed, plus some other changes. See [`MIGRATING.md`](/MIGRATING.md) for information.
23+
Maintenance of ReactPlayer is being taken over by [Mux](https://www.mux.com). The team at Mux have worked on many highly respected projects and are committed to improving video tooling for developers.
24+
25+
ReactPlayer will remain open source, but with a higher rate of fixes and releases over time. Thanks to everyone in the community for your ongoing support.
2726

2827
### Usage
2928

@@ -324,6 +323,10 @@ You can also specify a `type` for each source by using objects with `src` and `t
324323
/>
325324
```
326325

326+
### Migrating to `v2.0`
327+
328+
ReactPlayer `v2.0` changes single player imports and adds lazy loading players. Support for `preload` has also been removed, plus some other changes. See [`MIGRATING.md`](/MIGRATING.md) for information.
329+
327330
### Supported media
328331

329332
* YouTube videos use the [YouTube iFrame Player API](https://developers.google.com/youtube/iframe_api_reference)

0 commit comments

Comments
 (0)