From 41ca67b352db93572b7005ef4f9aace0fe88c6ac Mon Sep 17 00:00:00 2001 From: Rashi Shrivastava Date: Mon, 6 Apr 2026 00:21:51 +0530 Subject: [PATCH] Fix typo and improve wording in Quick Start section Corrected formatting and merged two lines for clarity. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b5f53a95..4ab5da70 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)