From fb7cfd69d033ddd072072bc7f730c7acb003029b Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 31 Mar 2024 09:38:28 +0600 Subject: [PATCH] readme: add a missing period and update "what's cobalt" section Signed-off-by: wukko --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c08b8c6..0f5f9085 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ best way to save what you love: [cobalt.tools](https://cobalt.tools/) ![cobalt logo with repeated logo (double arrow) pattern background](https://raw.githubusercontent.com/wukko/cobalt/current/src/front/icons/pattern.png "cobalt logo with repeated logo (double arrow) pattern background") ## what's cobalt? -cobalt is a media downloader that doesn't piss you off. it's fast, friendly, and doesn't have any bullshit that modern web is filled with: ***no ads, trackers, or analytics***. +cobalt is a media downloader that doesn't piss you off. it's fast, friendly, and doesn't have any bullshit that modern web is filled with: ***no ads, trackers, or invasive analytics***. paste the link, get the file, move on. it's that simple. just how it should be. @@ -121,7 +121,7 @@ cobalt also depends on: - [node-cache](https://www.npmjs.com/package/node-cache) to cache stream info in server ram for a limited amount of time. - [psl](https://www.npmjs.com/package/psl) as the domain name parser. - [set-cookie-parser](https://www.npmjs.com/package/set-cookie-parser) to parse cookies that cobalt receives from certain services. -- [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. ...and many other packages that these packages rely on.