Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
resize images in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo La Greca committed Mar 18, 2024
1 parent 40797fe commit 2fbd6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Refer to [`cmd/dovelet/main.go`](cmd/dovelet/main.go) for an example.

input:

<img src="assets/pigeon.png" alt="pigeon" style="height: 24em;">
<img src="assets/pigeon.png" alt="pigeon" style="width: 24em;">

```sh
dovelet -label assets/pigeon.png
Expand Down Expand Up @@ -163,7 +163,7 @@ output:

input:

<img src="assets/lenna.jpg" alt="lenna" style="width: 30em;">
<img src="assets/lenna.jpg" alt="lenna" style="width: 24em;">

```sh
dovelet -safe-search assets/lenna.jpg
Expand Down

0 comments on commit 2fbd6fd

Please sign in to comment.