summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudeshna Sur <ssur@redhat.com>2021-05-25 03:12:11 +0530
committerDavid Peter <sharkdp@users.noreply.github.com>2021-05-25 06:35:46 +0200
commitc9873b4b826f80cbc962757d51f8a93b2c649799 (patch)
tree836e891259efb90d7c780d41cf67b192a45f28d4
parent07ebce9419f237c6383b4199842e64d0ed9c2136 (diff)
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 :)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.