From 27ad783cc1ecc6c70122815ed569c1e53020a933 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Tue, 10 Oct 2023 13:20:46 -0500 Subject: [PATCH] docs: update demo App.js link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8bbf7b2..ddd58b0f 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Method | Description #### Instance Methods -Use [`ref`](https://facebook.github.io/react/docs/refs-and-the-dom.html) to call instance methods on the player. See [the demo app](src/demo/App.js) for an example of this. +Use [`ref`](https://facebook.github.io/react/docs/refs-and-the-dom.html) to call instance methods on the player. See [the demo app](examples/react/src/App.js) for an example of this. Method | Description ------ | -----------