diff --git a/.github/wiki/Images-in-the-terminal.md b/.github/wiki/Images-in-the-terminal.md index 2e076768f..b363cc43d 100644 --- a/.github/wiki/Images-in-the-terminal.md +++ b/.github/wiki/Images-in-the-terminal.md @@ -1,12 +1,12 @@ -Onefetch supports displaying images using [`kitty`](https://sw.kovidgoyal.net/kitty/graphics-protocol.html), [`Sixel`](https://en.wikipedia.org/wiki/Sixel) and [`iTerm`](https://www.iterm2.com/documentation-images.html). +Onefetch supports displaying images using [`kitty`](https://sw.kovidgoyal.net/kitty/graphics-protocol.html), [`Sixel`](https://en.wikipedia.org/wiki/Sixel) and [`iTerm`](https://www.iterm2.com/documentation-images.html) protocols.

-When running `onefetch --image ./My-picture.jpg`, the program looks for the first `Image Backend` supported by the terminal and use it to display the requested image instead of the Ascii logo. +When running `onefetch --image ./My-picture.jpg`, the program looks for the first `Image Protocol` supported by the terminal and use it to display the requested image instead of the Ascii logo. -If you decide to go manual, and want to force the use of a specific image backend --> `onefetch --image ./My-picture.jpg --image-backend sixel|kitty|iterm` +If you decide to go manual, and want to force the use of a specific image protocol: `onefetch --image ./My-picture.jpg --image-protocol sixel|kitty|iterm` ### Sixel @@ -20,4 +20,4 @@ The kitty terminal graphics protocol used on the terminal of the same name allow ### ITerm -The iTerm inline image protocol supported by iTerm2 (also WezTerm) allows to display images within the terminal. \ No newline at end of file +The iTerm inline image protocol supported by iTerm2 (also WezTerm) allows to display images within the terminal.