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