From 251385731809a7653a33f3a473c24f73ad027eca Mon Sep 17 00:00:00 2001 From: shari-sushi <127638412+shari-sushi@users.noreply.github.com> Date: Tue, 19 Aug 2025 04:41:01 +0900 Subject: [PATCH] Fix: the demo source in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d3fb6f3..ad06f71f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If your build system supports `import()` statements and code splitting enable th 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/examples/react/src/App.js) for a full example. +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/examples/react/src/App.tsx) for a full example. For platforms without direct use of `npm` modules, a minified version of `ReactPlayer` is located in `dist` after installing. To generate this file yourself, checkout the repo and run `npm run build:dist`.