README.md
authoryu.dongliang <18588496441@163.com>
Mon, 25 Mar 2024 10:19:37 +0000 (18:19 +0800)
committeryu.dongliang <18588496441@163.com>
Mon, 25 Mar 2024 10:19:37 +0000 (18:19 +0800)
README.md

index 83263e382e71cb40173cc4b565ee2b291d0b08ee..69713397961f332d0e07ce35cd9edc734546f332 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,9 +24,7 @@ a Simple Compiler Framework written by me completely.
 4,support auto memory management in x86_64 (will support in arm64 later),
 
 5,support user designed modules, so you can develop your own program language.
-
-I don't usually goto github, docs here is the standard one:(
-
+------
 #### 软件架构
 
 #### 安装教程, usage
@@ -92,7 +90,7 @@ though every name except .o,.a,.so will be considered as the source code,
 
 but .c is supported by all editors in syntax high-lighting.
 
-8,scf对源文件扩展名的检测在main.c里,你可以把第66行的.c改成任何你想要的扩展名:( 但不能是.a,.so,.o。
+8,scf对源文件扩展名的检测在main.c里,你可以把第127行的.c改成任何你想要的扩展名:( 但不能是.a,.so,.o。
 
 scf checks the extended name in Line 66 of main.c, you can revise to 'any' you want, except .a,.so,.o.
 
@@ -102,4 +100,4 @@ scf checks the extended name in Line 66 of main.c, you can revise to 'any' you w
 
 #### 参与贡献
 
-yu.dongliang (底层技术栈,  baseworks@aliyun.com)
+yu.dongliang (底层技术栈)