From a0e5cd9c0c41dfb7fa560327981169bfb6164d20 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Mon, 15 Apr 2024 18:36:17 -0500 Subject: [PATCH] fix spelling/grammar in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c4fe2ba..cebf87b5 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Or to count the Python lines on an FTP server: projects_fs = open_fs('ftp://ftp.example.org/projects') ``` -No changes to `count_python_loc` are necessary, because PyFileystem +No changes to `count_python_loc` are necessary, because `PyFilesystem` provides a simple consistent interface to anything that resembles a collection of files and directories. Essentially, it allows you to write code that is independent of where and how the files are physically @@ -90,7 +90,7 @@ directory walking functionality of `os.walk`. ## Credits -The following developers have contributed code and their time to this projects: +The following developers have contributed code and their time to this project: - [Will McGugan](https://github.com/willmcgugan) - [Martin Larralde](https://github.com/althonos)