From 9234581c5eb11a7edc5d886e4d20b98a5cec1260 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 17 Mar 2024 00:33:57 +0600 Subject: [PATCH] readme: fix a typo Signed-off-by: wukko --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da9c91e6..6c08b8c6 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ we use [ffmpeg-static](https://github.com/eugeneware/ffmpeg-static) to get binar you can support the developer via various methods listed on their github page! (linked above) ### youtube.js -cobalt relies on [youtube.js](https://github.com/LuanRT/YouTube.js) for interacting with the innertube api, it wouldn't have been possible. +cobalt relies on [youtube.js](https://github.com/LuanRT/YouTube.js) for interacting with the innertube api, it wouldn't have been possible without it. you can support the developer via various methods listed on their github page! (linked above) @@ -124,4 +124,4 @@ cobalt also depends on: - [undici](https://www.npmjs.com/package/undici) for making http requests - [url-pattern](https://www.npmjs.com/package/url-pattern) to match provided links with supported patterns. -...and many other packages that these packages rely on. \ No newline at end of file +...and many other packages that these packages rely on.