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")
This commit is contained in:
Sanyam Asthana 2026-03-19 11:52:36 +05:30 committed by GitHub
parent a2f16e5f1f
commit e438603ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 |
| ---- | ---- | ---- | ---- |