From 215e9977c0f3552d294e791a419a7c4d53cec8b5 Mon Sep 17 00:00:00 2001 From: Sam Denty Date: Fri, 29 Jan 2021 16:29:31 +0000 Subject: [PATCH] fix --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16d741b..02419d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/samdenty/site_icons" repository = "https://github.com/samdenty/site_icons" documentation = "https://docs.rs/site_icons" description = "Website icon scraper that fetches sizes (with WASM support)" -keywords = ["favicon", "logo", "website", "scraper", "icons", "cli"] +keywords = ["favicon", "logo", "website", "scraper", "cli"] categories = ["command-line-utilities", "multimedia::images", "wasm"] [package.metadata.wasm-pack.profile.release] diff --git a/README.md b/README.md index b9e564c..b955ce3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ An efficient website icon scraper for rust or command line usage. ## Features - Ensures all URLs point to valid images -- Determines icon size by partially fetching images +- Determines icon size by **partially fetching images** - Supports WASM (and cloudflare workers) ### Command line usage