Skip to content

Commit a97f7bb

Browse files
committed
make enable/disable docs more accurate
1 parent ec92414 commit a97f7bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Here's how images are displayed in 24-bit colors:
8282

8383
### Enable and disable
8484

85-
If you want to temporarily disable this package, you can call `ImageInTerminal.disable_encoding()`. And
86-
restore the encoding functionality with `ImageInTerminal.enable_encoding()`(automode), `ImageInTerminal.use_24bit()`,
87-
or `ImageInTerminal.use_256()`.
85+
If you want to temporarily disable this package, you can call `ImageInTerminal.disable_encoding()`. To
86+
restore the encoding functionality with `ImageInTerminal.enable_encoding()`. `ImageInTerminal.use_24bit()`
87+
and `ImageInTerminal.use_256()` will also enable encodings, too.
8888

8989
## Troubleshooting
9090

0 commit comments

Comments
 (0)