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:
|
First run `cargo install site_icons`, then:
|
||||||
|
|
||||||
<details open>
|
<details open>
|
||||||
<summary>
|
<summary>Text output:</summary>
|
||||||
Text output
|
|
||||||
|
<blockquote>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
site-icons https://github.com
|
site-icons https://github.com
|
||||||
```
|
```
|
||||||
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
```
|
```
|
||||||
https://github.githubassets.com/favicons/favicon.svg site_favicon svg
|
https://github.githubassets.com/favicons/favicon.svg site_favicon svg
|
||||||
https://github.githubassets.com/app-icon-512.png app_icon png 512x512
|
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>
|
||||||
|
|
||||||
<details open>
|
<details open>
|
||||||
<summary>
|
<summary>JSON output:</summary>
|
||||||
JSON output
|
|
||||||
|
<blockquote>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
site-icons https://reactjs.org --json
|
site-icons https://reactjs.org --json
|
||||||
```
|
```
|
||||||
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue