From c934325648bfc9174ca07477d5be4a39dcb2584a Mon Sep 17 00:00:00 2001 From: LuanRT Date: Wed, 18 Oct 2023 23:31:03 -0300 Subject: [PATCH] chore: update readme [skip ci] --- README.md | 4 ++-- examples/browser/README.md | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) 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