We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec92414 commit a97f7bbCopy full SHA for a97f7bb
README.md
@@ -82,9 +82,9 @@ Here's how images are displayed in 24-bit colors:
82
83
### Enable and disable
84
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()`.
+If you want to temporarily disable this package, you can call `ImageInTerminal.disable_encoding()`. To
+restore the encoding functionality with `ImageInTerminal.enable_encoding()`. `ImageInTerminal.use_24bit()`
+and `ImageInTerminal.use_256()` will also enable encodings, too.
88
89
## Troubleshooting
90
0 commit comments