Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 90299b4

Browse files
committed
fix readme
Signed-off-by: 梦境迷离 <dreamylost@outlook.com>
1 parent 9ba5e50 commit 90299b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
## cache
2727

28-
- 统一缓存API,缓存适配器(零依赖,类型安全)。
28+
- 统一缓存API,缓存适配器(零依赖,类型安全)。
2929
```scala
3030
"org.bitlap" %% "smt-cache" % "<VERSION>"
3131
```
@@ -41,15 +41,15 @@
4141

4242
## csv
4343

44-
- CSV/TSV文件解析器(零依赖,类型安全)。
44+
- CSV/TSV文件解析器(零依赖,类型安全)。
4545

4646
```scala
4747
"org.bitlap" %% "smt-csv" % "<VERSION>"
4848
```
4949

5050
## csv-derive
5151

52-
- `DeriveCsvConverter` 为Scala`case class`自动派生`Converter`实例。
52+
- 为Scala`case class`自动派生`Converter`实例。
5353

5454
```scala
5555
"org.bitlap" %% "smt-csv-derive" % "<VERSION>"

0 commit comments

Comments
 (0)