Skip to content

Commit 45d3fc8

Browse files
authored
use a low-resolution preview image for 24 bit
A patch to #31
1 parent bfdaae1 commit 45d3fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ ImageInTerminal.use_256()
7373

7474
Note that 24 bits format only works as expected if your terminal supports it,
7575
otherwise you are likely to get some random outputs. To check if your terminal
76-
supports 24 bits color, please check if the environment variable `COLORTERM` is
77-
`24bit`(or `truecolor`).
76+
supports 24 bits color, you can check if the environment variable `COLORTERM` is
77+
`24bit` (or `truecolor`).
7878

7979
Here's how images are displayed in 24-bit colors:
8080

81-
![24bit color](https://user-images.githubusercontent.com/8684355/76688030-26169b80-6664-11ea-96da-72e348835634.png)
81+
![24bit color](https://user-images.githubusercontent.com/8684355/76688541-a17a4c00-6668-11ea-9fb9-41669fbec07e.png)
8282

8383

8484
## Troubleshooting

0 commit comments

Comments
 (0)