From 8dfdeabf914da37b01699f2c69c20a9b61b4f5ee Mon Sep 17 00:00:00 2001 From: Sam Denty Date: Tue, 3 Jan 2023 17:56:11 +0000 Subject: [PATCH] update README --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57aced6..9f91d8b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,16 @@ An efficient website icon scraper for rust or command line usage. First run `cargo install site_icons`, then:
-site-icons https://github.com + +Text output + +```bash +site-icons https://github.com +``` + + + +
``` https://github.githubassets.com/favicons/favicon.svg site_favicon svg @@ -27,10 +36,21 @@ https://github.githubassets.com/app-icon-512.png app_icon png 512x512 https://github.githubassets.com/apple-touch-icon-180x180.png app_icon png 180x180 ``` +
+
-site-icons https://reactjs.org --json + +JSON output + +```bash +site-icons https://reactjs.org --json +``` + + + +
```json [ @@ -65,6 +85,8 @@ https://github.githubassets.com/apple-touch-icon-180x180.png app_icon png 180x18 ] ``` +
+
### Sources