From ae291e22116d56d2ba433e186278955cebf49d7d Mon Sep 17 00:00:00 2001 From: Sean McGregor Date: Fri, 24 Jul 2026 10:22:16 -0400 Subject: [PATCH] Fix verb form in README description Corrected the verb form from 'ran' to 'run' in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f88f1aeb0d..62cff1c49ea 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![Python 3.10+](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FOpenMined%2Fpysyft%2Fdev%2Fpyproject.toml)](https://github.com/OpenMined/pysyft) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/OpenMined/pysyft/blob/main/pyproject.toml) -PySyft lets data scientists submit computations which are ran by data owners on private data — all through cloud storage their organizations already use (Google Drive, Microsoft 365, etc.). No new infrastructure required. +PySyft lets data scientists submit computations which are run by data owners on private data — all through cloud storage their organizations already use (Google Drive, Microsoft 365, etc.). No new infrastructure required. ## Docs