update README
This commit is contained in:
parent
8dfdeabf91
commit
ad5bb28588
1 changed files with 6 additions and 12 deletions
18
README.md
18
README.md
|
@ -19,17 +19,14 @@ An efficient website icon scraper for rust or command line usage.
|
|||
First run `cargo install site_icons`, then:
|
||||
|
||||
<details open>
|
||||
<summary>
|
||||
Text output
|
||||
<summary>Text output:</summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
```bash
|
||||
site-icons https://github.com
|
||||
```
|
||||
|
||||
</summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
```
|
||||
https://github.githubassets.com/favicons/favicon.svg site_favicon svg
|
||||
https://github.githubassets.com/app-icon-512.png app_icon png 512x512
|
||||
|
@ -41,17 +38,14 @@ https://github.githubassets.com/apple-touch-icon-180x180.png app_icon png 180x18
|
|||
</details>
|
||||
|
||||
<details open>
|
||||
<summary>
|
||||
JSON output
|
||||
<summary>JSON output:</summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
```bash
|
||||
site-icons https://reactjs.org --json
|
||||
```
|
||||
|
||||
</summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
|
|
Reference in a new issue