readme: fix a typo

Signed-off-by: wukko <me@wukko.me>
This commit is contained in:
wukko 2024-03-17 00:33:57 +06:00 committed by GitHub
parent 633fc39308
commit 9234581c5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) you can support the developer via various methods listed on their github page! (linked above)
### youtube.js ### 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) 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 - [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. - [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. ...and many other packages that these packages rely on.