From b040c64da7186bb5b559bbc5a5c1b6b969ca3729 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Wed, 14 May 2025 20:21:19 +0200 Subject: [PATCH] grammar fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81e75ca4..4e5c4d77 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Java should be available as `java` in `PATH`, or with a correctly set `JAVA_HOME FUSE 2 userspace library also should be available: -- On Ubuntu `libfuse2` package can be installed, or a analogous package for other distributions. +- On Ubuntu `libfuse2` package can be installed, or an analogous package for other distributions. -- On Windows, [WinFsp](https://winfsp.dev/) should be installed. +- On Windows, [WinFsp](https://winfsp.dev/) should be installed. - On macOS, [macFUSE](https://macfuse.github.io/).