chore(readme): update example

This commit is contained in:
Luan
2025-07-18 12:13:40 -03:00
parent b317ec1bb9
commit 20bdd156c8

View File

@@ -50,7 +50,6 @@ import { Innertube } from 'https://deno.land/x/youtubei/deno.ts';
## Basic Usage
```ts
// const { Innertube } = require('youtubei.js');
import { Innertube } from 'youtubei.js';
const innertube = await Innertube.create(/* options */);
```