From c9df7f86639b092857c9736efba8b5d7025c5d20 Mon Sep 17 00:00:00 2001
From: Lyon <88232613+pikasTech@users.noreply.github.com>
Date: Fri, 31 Dec 2021 10:33:48 +0800
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8b3d4de08..ae981b467 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@
PikaScript is an ultra-lightweight Python engine with zero dependencies and zero-configuration, that can run with 4KB of RAM and 32KB of flash (such as STM32G030C8 and STM32F103C8).
-
+
It's very easy to bind C function to python module with the help of Pika Pre-compiler.