From c3bc8721f15bea05aabbbc618ca1740261df83d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20=C2=B7=20Misaki=20Masa?= Date: Tue, 12 Sep 2023 22:05:28 +0800 Subject: [PATCH] docs: adjustment of wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a01ae738..fa955169 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Yazi ("duck" in Chinese) is a terminal file manager written in Rust, based on non-blocking async I/O. It aims to provide an efficient, user-friendly, and customizable file management experience. - ๐Ÿš€ **Full Asynchronous Support**: All I/O operations are asynchronous, CPU tasks are spread across multiple threads, making the most of available resources. -- ๐Ÿ’ช **Powerful Async Task Scheduling and Management**: Provides real-time progress updates, task cancellation, and task priority assignment. +- ๐Ÿ’ช **Powerful Async Task Scheduling and Management**: Provides real-time progress updates, task cancellation, and internal task priority assignment. - ๐Ÿ–ผ๏ธ **Built-in Support for Multiple Image Protocols**: Also integrated with รœberzug++, covering almost all terminals. - ๐ŸŒŸ **Built-in Code Highlighting and Image Encoding**: Combined with the pre-caching mechanism, greatly accelerates image and normal file loading. - ๐Ÿงฐ Integration with fd, rg, fzf, zoxide