From f45372d5aa4f940a083d21ab577141b33a189a4a Mon Sep 17 00:00:00 2001 From: wangkai Date: Fri, 26 Aug 2022 14:44:43 +0800 Subject: [PATCH] =?UTF-8?q?readme=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangkai --- README.md | 2 +- README_zh.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1a4d5680e..d9572b689 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Some basic concepts related to the DDS are as follows: Distributed Data Management subsystem -distributeddatamgr\_distributeddatamgr +distributeddatamgr\_datamgr\_service third\_party\_sqlite diff --git a/README_zh.md b/README_zh.md index 192b2fff9..24f99f09e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -44,9 +44,6 @@ ``` /foundation/distributeddatamgr/datamgr_service -├── interfaces # 接口层代码 -│ └── innerkits # Native接口 -│ └── jskits # JavaScript接口 ├── services # 服务层代码 │ └── distributeddataservice # 分布式数据服务实现 └── test # 测试用例资源 @@ -120,7 +117,7 @@ 分布式数据管理子系统 -distributeddatamgr\_datamgr +[distributeddatamgr\_datamgr\_service](https://gitee.com/openharmony/distributeddatamgr_datamgr_service) [third\_party\_sqlite](https://gitee.com/openharmony/third_party_sqlite)