From e438603ad66d619f4cb181cc7bdef4dfa0c97e65 Mon Sep 17 00:00:00 2001 From: Sanyam Asthana Date: Thu, 19 Mar 2026 11:52:36 +0530 Subject: [PATCH] Fix grammatical errors in README.md ", In your CMakeLists..." -> ". In your CMakeLists..." (capital letter after full-stop) "And these are the results..." -> "These are the results..." (Sentence shall not start with a conjuction) "which reflects..." -> "which reflect..." (The verb agrees to "results") --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5f53a95..daf03db5 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,7 @@ You have two options to integrate pkpy into your project. #### Use CMake (Recommended) -Clone the whole repository as a submodule into your project, -In your CMakelists.txt, add the following lines: +Clone the whole repository as a submodule into your project. In your CMakelists.txt, add the following lines: ```cmake add_subdirectory(pocketpy) @@ -182,7 +181,7 @@ Performance results for cpython 3.9 are applicable to for pkpy. See https://pocketpy.dev/performance/ for details. -And these are the results of the primes benchmark on Intel i5-12400F, WSL (Ubuntu 20.04 LTS), which *roughly* reflects the performance among c++, lua, pkpy and cpython. +These are the results of the primes benchmark on Intel i5-12400F, WSL (Ubuntu 20.04 LTS), which *roughly* reflect the performance among c++, lua, pkpy and cpython. | name | version | time | file | | ---- | ---- | ---- | ---- |