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).