From c0ae681d69069a556c4010438cd6d42dec0cb73a Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 7 Jul 2024 15:14:05 +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 864c2bae..35827a44 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ How can these be achieved? LLGo := Go + C + Python ``` -LLGo is compatible with **C and Python** through the language's **Application Binary Interface (ABI)**, while LLGo is compatible with Go through its **syntax (source code)**. +LLGo is compatible with C and Python through the language's **Application Binary Interface (ABI)**, while LLGo is compatible with Go through its **syntax (source code)**. ## C standard libary support