From b5c9581bec25c4f7faf35037e5bcd8df4122d08c Mon Sep 17 00:00:00 2001 From: EdamAmex <121654029+EdamAme-x@users.noreply.github.com> Date: Fri, 14 Feb 2025 05:30:11 +0900 Subject: [PATCH] docs(installation): add install command for deno (#885) * docs(installation): add install command for deno * Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index baaca308..efa4c464 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,12 @@ yarn add youtubei.js@latest # Git (edge version) npm install github:LuanRT/YouTube.js + +# Deno +deno add npm:youtubei.js@latest ``` -Deno: +Deno (deprecated): ```ts import { Innertube } from 'https://deno.land/x/youtubei/deno.ts'; ```