diff --git a/packages/drip-table/README.md b/packages/drip-table/README.md index c43693f..3e6b028 100755 --- a/packages/drip-table/README.md +++ b/packages/drip-table/README.md @@ -1,6 +1,6 @@ -# Drip-Table Development Guide +# DripTable Development Guide -`Drip-Table` is the core library of the solution for building dynamic tables. It's main ability is to render a dynamic table automatically when received data which conforms to the `JSON Schema` standard. +`DripTable` is the core library of the solution for building dynamic tables. It's main ability is to render a dynamic table automatically when received data which conforms to the `JSON Schema` standard. ## Directory diff --git a/packages/drip-table/README.zh-CN.md b/packages/drip-table/README.zh-CN.md index a4ad245..34768c6 100644 --- a/packages/drip-table/README.zh-CN.md +++ b/packages/drip-table/README.zh-CN.md @@ -1,6 +1,6 @@ -# Drip-Table 开发文档 +# DripTable 开发文档 -`Drip-Table` 是动态列表解决方案的核心库,其主要能力是支持符合 `JSON Schema` 标准的数据自动渲染列表内容。 +`DripTable` 是动态列表解决方案的核心库,其主要能力是支持符合 `JSON Schema` 标准的数据自动渲染列表内容。 ## 目录结构