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