From e1cf4d2a19acd88f1423e08ae8ac0f76dcaf9edb Mon Sep 17 00:00:00 2001 From: Manan Jain Date: Sun, 29 Mar 2026 23:20:46 +0530 Subject: [PATCH] Improve README clarity and fix grammar issues --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b5f53a95..b37e1f07 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pocketpy: portable python 3.x interpreter +# Pocketpy: portable python 3.x interpreter

@@ -25,10 +25,10 @@ Ask DeepWiki

-pocketpy is a portable Python 3.x interpreter, written in C11. +Pocketpy is a portable Python 3.x interpreter, written in C11. It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance. -pocketpy has no dependencies other than the C standard library, which can be easily integrated into your C/C++ project. -Developers are able to write Python bindings via C-API or pybind11 compatible interfaces. +pocketpy has no dependencies other than the C standard library, which can be easily integrated into C/C++ project. +Developers can write Python bindings using the C-API or pybind11-compatible interfaces. Please see https://pocketpy.dev for details and try the following resources. + [Live Python Demo](https://pocketpy.dev/static/web/): Run Python code in your browser @@ -215,7 +215,7 @@ All kinds of contributions are welcome. - any suggestions - any questions -If you find pkpy useful, consider star this repository (●'◡'●) +If you find pkpy useful, consider starring this repository (●'◡'●) ## Sponsor this project