From 717c67db67078bbf689afea4bf778d9fc44dd1ec Mon Sep 17 00:00:00 2001 From: Luan Date: Tue, 12 May 2026 21:48:29 -0300 Subject: [PATCH] chore: refine lang in the readme a bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8619287b..54581115 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ -YouTube.js is a JavaScript client for YouTube's private API, known as "InnerTube". It allows you to interact with YouTube programmatically, providing access to videos, comments, live chats, streaming data and more. It works seamlessly across Node.js, Deno, and modern browsers. +YouTube.js is a JavaScript client for YouTube's private API, known as "InnerTube". It allows you to interact with YouTube programmatically, providing access to videos, comments, live chats, streaming data, and more. Runs on Node.js, Deno, and modern browsers. ## Installation @@ -57,7 +57,7 @@ const innertube = await Innertube.create(/* options */); For detailed usage, check out the [YouTube.js Guide and API Documentation](https://ytjs.dev). ## Contributing -We welcome all contributions, issues and feature requests, whether small or large. If you want to contribute, feel free to check out our [issues page](https://github.com/LuanRT/YouTube.js/issues) and our [guidelines](https://github.com/LuanRT/YouTube.js/blob/main/CONTRIBUTING.md). +All contributions are welcome, big or small. If you want to contribute, take a look at the [issues page](https://github.com/LuanRT/YouTube.js/issues) and our [guidelines](https://github.com/LuanRT/YouTube.js/blob/main/CONTRIBUTING.md). ## Contributors