From db2fd00c4acf9e6d1322def46cadc56f26583e21 Mon Sep 17 00:00:00 2001 From: Max Coplan Date: Mon, 14 Mar 2022 10:44:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Probably meant to use `code styling` instead of *italicizing* --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff114d1..8d28ce7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Quick links: * Intuitive syntax: `fd PATTERN` instead of `find -iname '*PATTERN*'`. * Regular expression (default) and glob-based patterns. * [Very fast](#benchmark) due to parallelized directory traversal. -* Uses colors to highlight different file types (same as *ls*). +* Uses colors to highlight different file types (same as `ls`). * Supports [parallel command execution](#command-execution) * Smart case: the search is case-insensitive by default. It switches to case-sensitive if the pattern contains an uppercase