Skip to content

Commit fedbb15

Browse files
committed
docs: update docs
1 parent 0f386b7 commit fedbb15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- 自动监听指定的文件夹以检测文件变化
88
- 更新这些文件夹内的 `index.ts` 文件,写入正确的 `export` 语句
99
- 可配置以忽略特定文件或文件夹
10-
- 支持 `ts | js` 的文件扩展名(默认为 `.ts`
10+
- 支持 `ts | js` 的文件扩展名(默认为 `ts`
1111
- 自定义导出格式
1212

1313
## 安装

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Automatically watches specified directories for file changes.
1010
- Updates the `index.ts` file within those directories with the appropriate `export` statements.
1111
- Configurable to ignore specific files or directories.
12-
- Supports `ts | js` file extensions (default is `.ts`).
12+
- Supports `ts | js` file extensions (default is `ts`).
1313
- Custom export format.
1414

1515
## Installation

0 commit comments

Comments
 (0)