From a94e9eef81686227839c01987a6a6a17ad8ef4fc Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Wed, 28 Feb 2024 19:36:57 -0600 Subject: [PATCH] docs: fix demo URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73416821..1de2a7a1 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ import ReactPlayer from 'react-player/lazy' ``` -Demo page: [`https://cookpete.com/react-player`](https://cookpete.com/react-player) +Demo page: [`https://cookpete.github.io/react-player`](https://cookpete.github.io/react-player) 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. See [the demo source](https://github.com/cookpete/react-player/blob/master/src/demo/App.js) for a full example.