From e9d2ac9ff9b0843075d03e247f9999d3e6e799b1 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Thu, 7 Oct 2021 03:09:08 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20update=20installation=20plus=20change?= =?UTF-8?q?=20package=20name=20on=20examples=20(too=20bad=20=E2=80=98youtu?= =?UTF-8?q?be.js=E2=80=99=20wasn't=20available=20:/)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8805b81a..0edb83e9 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ No, since it's basically what YouTube itself uses to populate its app/website no ## Installation ```bash -Soon. +npm install youtubei.js ``` ## Usage First of all we're gonna start by initializing the Innertube class: ```js -const Innertube = require('youtube.js'); +const Innertube = require('youtubei.js'); const COOKIE = 'YT_COOKIE_HERE'; // Optional, but highly recommended async function start() { @@ -889,7 +889,7 @@ All of the interactions above will return ```{ success: true, status_code: 200 } ```js const fs = require('fs'); -const Innertube = require('youtube.js'); +const Innertube = require('youtubei.js'); const COOKIE = 'YT_COOKIE_HERE'; async function start() {