diff --git a/README.md b/README.md
index e8d838b..50a83ac 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@
- [Repositories Involved](#section1533973044317)
## Introduction
-**Figures 1** ringtonelibrary architecture
+**Figures 1** RingtoneLibrary architecture

**ringtone\_library** repository provides a set of easy-to-use APIs for setting and getting ringtone information.
-RingtoneLibrary APIs can only be used internally, not exposed to public application currently.
+RingtoneLibrary APIs can only be used internally.
The various capabilities can be categorized as below:
- Read ringtone information
diff --git a/README_zh.md b/README_zh.md
index 5a3ac56..0f0179d 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -6,10 +6,10 @@
- [相关仓](#section1533973044317)
## 简介
-**图1** ringtonelibrary组件架构图
+**图1** RingtoneLibrary组件架构图

**ringtone\_library** 仓库提供了一系列易用的接口用于设定及获取系统铃音信息。
-RingtoneLibrary接口暂不对外部应用开放, 仅内部使用。
+RingtoneLibrary接口仅内部使用。
支持能力列举如下:
- 读取铃音内容
@@ -18,7 +18,7 @@ RingtoneLibrary接口暂不对外部应用开放, 仅内部使用。
- 扫描系统预制铃音目录
## 目录
-仓目录结构如下:
+仓库目录结构如下:
```
/foundation/multimedia/ringtone_library/ # 铃音库组件代码
├── frameworks # 框架代码
@@ -36,8 +36,8 @@ RingtoneLibrary接口暂不对外部应用开放, 仅内部使用。
## 使用说明
### 概述
-提供铃音列表的增、删、改、查等接口
-接口参数主要有对象类型的Uri、DataSharePredicates和DataShareValuesBucket等
+提供铃音列表的增、删、改、查等接口,
+接口参数主要有对象类型的Uri、DataSharePredicates和DataShareValuesBucket等。
使用接口功能前,需要先获取DataShareHelper
```cpp
@@ -158,8 +158,8 @@ std::shared_ptr datashareHelper = DataShare::DataSha
| -------- | -------- | ---------------------- | ---- | ------------------------------ |
| uri | 只读 | Uri& | 是 | 具体操作的uri |
| condition | 只读 | DataSharePredicates& | 是 | 查询条件 |
- | resultColumns | 只读 | std::vector& | 是 | 需要查询的列字段名称 |
- | businessError | 只读 | DatashareBusinessError& | 是 | 异常代码 |
+ | resultColumns | 读写 | std::vector& | 是 | 需要查询的列字段名称 |
+ | businessError | 读写 | DatashareBusinessError& | 是 | 异常代码 |
返回值为ResultSet结果集