From bd888f12aa4ab42310153aac2782e48bc75c4623 Mon Sep 17 00:00:00 2001
From: Luan
Date: Tue, 12 May 2026 22:37:42 -0300
Subject: [PATCH] chore(readme): Remove more redundant text
Why did I even write this garbage? Guess I'll never know.
---
README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 54581115..58cd4b1c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
- A JavaScript client for YouTube's private API
+ A JavaScript client for YouTube's internal API.
Runs on Node.js, Deno, modern browsers, and more.
[][discord]
[][actions]
@@ -22,8 +22,6 @@
-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
Before installing, make sure your environment meets the [prerequisites](https://ytjs.dev/guide/getting-started.html#prerequisites).
@@ -54,7 +52,7 @@ import { Innertube } from 'youtubei.js';
const innertube = await Innertube.create(/* options */);
```
-For detailed usage, check out the [YouTube.js Guide and API Documentation](https://ytjs.dev).
+For detailed usage, read the [YouTube.js Guide and API Documentation](https://ytjs.dev).
## Contributing
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).