From 231d2f2814b0f43db967bc6690adde52b2c0b740 Mon Sep 17 00:00:00 2001
From: Lyon <88232613+pikasTech@users.noreply.github.com>
Date: Tue, 12 Apr 2022 22:48:15 +0800
Subject: [PATCH] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 616c3db59..bab0caa46 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ PikaScript is an ultra-lightweight Python engine with zero dependencies and zero
It's very easy to bind C function to python module with the help of Pika Pre-compiler.
+Only write the API of python in `.py` and the bindings are autoly generated by Pre-compiler.