mirror of
https://github.com/pocketpy/pocketpy
synced 2026-03-22 05:00:17 +00:00
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:
parent
a2f16e5f1f
commit
e438603ad6
@ -60,8 +60,7 @@ You have two options to integrate pkpy into your project.
|
|||||||
|
|
||||||
#### Use CMake (Recommended)
|
#### Use CMake (Recommended)
|
||||||
|
|
||||||
Clone the whole repository as a submodule into your project,
|
Clone the whole repository as a submodule into your project. In your CMakelists.txt, add the following lines:
|
||||||
In your CMakelists.txt, add the following lines:
|
|
||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
add_subdirectory(pocketpy)
|
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.
|
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 |
|
| name | version | time | file |
|
||||||
| ---- | ---- | ---- | ---- |
|
| ---- | ---- | ---- | ---- |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user