diff --git a/README.md b/README.md index 8bed5bd..8a7a6bb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Main function: │ │ ├── main.c # command line implement │ │ └── syscap_tool.c # codec implement │ └── test -│ | └── syscap_tool_test.c # syscap_tool test codec implement +│ | └── syscap_tool_test.c # syscap_tool test codec implement | |—— tools | │ │ | │ └── syscap_check.py # syscap一致性检查脚本 @@ -119,4 +119,4 @@ python3 syscap_check.py --project_path path_of_openarmony --check_target sdk_cod ### Release Note -v1.0.0 2022-3-8 first release, SysCap codec supported for Windows/Linux/Mac host. \ No newline at end of file +v1.0.0 2022-3-8 first release, SysCap codec supported for Windows/Linux/Mac host. diff --git a/README_ZH.md b/README_ZH.md index abb25ee..88d5004 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -155,4 +155,4 @@ python3 syscap_check.py --project_path path_of_openarmony --check_target sdk_cod ## Release Note v1.1.0 2022-6-17 添加转字符串格式以及比较功能。 -v1.0.0 2022-3-8 首版本,提供Windows/Linux/Mac平台的系统能力编解码。 \ No newline at end of file +v1.0.0 2022-3-8 首版本,提供Windows/Linux/Mac平台的系统能力编解码。