From e81c363e780477d3618bfc04044f7ce0668d5cfb Mon Sep 17 00:00:00 2001 From: "yu.dongliang" <18588496441@163.com> Date: Mon, 16 Sep 2024 11:24:28 +0800 Subject: [PATCH] update README.md for main() --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6971339..8bbb20d 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,9 @@ 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里,你可以把第127行的.c改成任何你想要的扩展名:( 但不能是.a,.so,.o。 +8,scf对源文件扩展名的检测在main.c里,你可以把第182行的.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. +scf checks the extended name in Line 182 of main.c, you can revise to 'any' you want, except .a,.so,.o. 9,details in the code:( -- 2.25.1