branch: externals/kind-icon commit c57ad9d710e08e383fa0b2f3741b1ff2eafbdccd Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 492684c..d92f9b5 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ And yes, you can use **any icons**! ### Old School: Text-based Icons! -You can also use simple text-based prefixed instead of icons. A "text" icon is either one or two characters (anything longer will be dropped). The icons are quite lightweight so there shouldn't be much performance difference, but some may prefer a simpler look. Simply set the `kind-icon-use-icons` variable to `nil` and you are good to go. +You can also use simple text-based prefixed instead of icons. A "text" icon is either one or two characters (anything longer will be trimmed). The icons are quite lightweight so there shouldn't be much performance difference, but some may prefer a simpler look. Simply set the `kind-icon-use-icons` variable to `nil` and you are good to go. Note that if you are not connected to the network, even if you have enabled icons, any which are not cached will be replaced by their short text eq [...] ## Thanks