diff --git a/README.md b/README.md index daddbb69..b9434b60 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ import dashjs from 'dashjs'; const youtube = await Innertube.create({ /* setup - see above */ }); -// get the video info +// Get the video info const videoInfo = await youtube.getInfo('videoId'); // now convert to a dash manifest @@ -191,7 +191,7 @@ const player = dashjs.MediaPlayer().create(); player.initialize(videoElement, uri, true); ``` -A fully working example can be found in [`examples/browser/web`](https://github.com/LuanRT/YouTube.js/blob/main/examples/browser/web). Alternatively, you can view it live at [ytjsexample.pages.dev](https://ytjsexample.pages.dev/). +A fully working example can be found in [`examples/browser/web`](https://github.com/LuanRT/YouTube.js/blob/main/examples/browser/web). diff --git a/examples/browser/README.md b/examples/browser/README.md index 960ee6b3..6cb111d0 100644 --- a/examples/browser/README.md +++ b/examples/browser/README.md @@ -58,6 +58,4 @@ After that, you can use the library as normal. ## Example -We've got a full example in `examples/browser/web` using vite. - -If you don't want to run the example yourself, you can see it in action here: [ytjsexample.pages.dev](https://ytjsexample.pages.dev/). \ No newline at end of file +We've got a full example in `examples/browser/web` using vite. \ No newline at end of file