diff --git a/src/share-sheet/README.md b/src/share-sheet/README.md
index 4f02df402..b265e5f53 100644
--- a/src/share-sheet/README.md
+++ b/src/share-sheet/README.md
@@ -128,7 +128,7 @@ export default {
| Key | Description | Type |
| --- | --- | --- |
| name | Option name | _string_ |
-| description | Option description | _string_ |
+| description `v2.8.5` | Option description | _string_ |
| icon | Option icon,can be set to `wechat` `weibo` `qq` `link` `qrcode` `poster` or image URL | _string_ |
### Events
diff --git a/src/share-sheet/README.zh-CN.md b/src/share-sheet/README.zh-CN.md
index a6c4ada6d..74fd1b7cc 100644
--- a/src/share-sheet/README.zh-CN.md
+++ b/src/share-sheet/README.zh-CN.md
@@ -17,7 +17,7 @@ Vue.use(ShareSheet);
### 基础用法
-分享面板通过`options`属性来定义分享选项,数组的每一项是一个对象,对象格式见文档下方表格。
+分享面板通过 `options` 属性来定义分享选项,数组的每一项是一个对象,对象格式见文档下方表格。
```html
@@ -56,7 +56,7 @@ export default {
### 展示多行选项
-当分享选项的数量较多时,可以将`options`定义为数组嵌套的格式,每个子数组会作为一行选项展示
+当分享选项的数量较多时,可以将 `options` 定义为数组嵌套的格式,每个子数组会作为一行选项展示。
```html
@@ -122,7 +122,7 @@ export default {
### 展示描述信息
-通过`description`属性可以设置标题下方的描述文字, 给`options`属性设置`description`可以添加分享选项描述
+通过 `description` 属性可以设置标题下方的描述文字, 在 `options` 内设置 `description` 属性可以添加分享选项描述。
```html