From c4b299e77d7c9de2fa073ec4f8ca4c1b9ee328ae Mon Sep 17 00:00:00 2001 From: Andrew Freckelton <7751633+frecks@users.noreply.github.com> Date: Thu, 13 Jan 2022 16:41:19 -0500 Subject: [PATCH] Fix minor grammatical error in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f889cb..fd81501 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ fuse-overlayfs -o uidmapping=0:10:100:100:10000:2000,gidmapping=0:10:100:100:1 Requirements: ======================================================= -If your are not using the static build as explained in the next chapter, your system needs `libfuse` > v3.2.1. +If you are not using the static build as explained in the next chapter, your system needs `libfuse` > v3.2.1. * On Fedora: `dnf install fuse3-devel` * On Ubuntu > v19.04: `apt install libfuse3-dev`