From c9873b4b826f80cbc962757d51f8a93b2c649799 Mon Sep 17 00:00:00 2001 From: Sudeshna Sur Date: Tue, 25 May 2021 03:12:11 +0530 Subject: [PATCH] A few spell-checks is required in the readme file fd is a program to find entries in your 'filesytem'. It must be filesystem instead :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd9e65d..6a38956 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [[中文](https://github.com/chinanf-boy/fd-zh)] [[한국어](https://github.com/spearkkk/fd-kor)] -`fd` is a program to find entries in your filesytem. +`fd` is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to [`find`](https://www.gnu.org/software/findutils/). While it does not aim to support all of `find`'s powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.