diff --git a/README.md b/README.md index bcc7c9b3..e74ccb27 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ReactPlayer [![Dependency Status](https://img.shields.io/david/CookPete/react-player.svg)](https://david-dm.org/CookPete/react-player) [![devDependency Status](https://img.shields.io/david/dev/CookPete/react-player.svg)](https://david-dm.org/CookPete/react-player#info=devDependencies) -A react component for playing media from YouTube, SoundCloud and Vimeo, as well as supported media files. +A react component for playing media from YouTube, SoundCloud and Vimeo, as well as supported media files. Used by [rplayr](http://rplayr.com), an app to generate playlists from Reddit URLs. The component parses a URL and loads in the appropriate markup and external SDKs to play media from [various sources](#supported-media). [Props](#props) can be passed in to control playback and react to events such as buffering or media ending.