Capitalization

This commit is contained in:
mrjvs
2023-12-29 17:51:21 +01:00
parent cd7368d980
commit cb0145d58f
3 changed files with 6 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ npm run cli -- -sid febbox-mp4 -u URL_HERE
The CLI comes with a few built-in fetchers:
- `node-fetch`: Fetch using the "node-fetch" library.
- `native`: Use the new fetch built into nodejs (undici).
- `native`: Use the new fetch built into Node.JS (undici).
- `browser`: Start up headless chrome, and run the library in that context using a proxied fetcher.
::alert{type="warning"}