Fix typo and improve wording in Quick Start section

Corrected formatting and merged two lines for clarity.
This commit is contained in:
Rashi Shrivastava 2026-04-06 00:21:51 +05:30 committed by GitHub
parent 2600eb5352
commit 41ca67b352
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)