Skip to content

Commit

Permalink
doc[zfoo]: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Sep 22, 2023
1 parent bbcae91 commit cd49cd8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Perfect work development process, complete online solution
Ⅳ. Maven dependency✨
------------

**JDK 17+****OpenJDK** or **Oracle JDK**
**JDK 17+****OpenJDK**, **Oracle JDK**, **GraalVM**

```
<dependency>
Expand All @@ -57,8 +57,18 @@ Perfect work development process, complete online solution
</dependency>
```

- If you don't want to depend all zfoo modules, you only need to choose to depend on one of them

Ⅴ. Install and use⭐
```
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>protocol</artifactId>
<version>3.1.4</version>
</dependency>
```


Ⅴ. Usage⭐
------------

#### 1. [protocol](protocol/README.md) ultimate performance serialization and deserialization
Expand Down
14 changes: 12 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Ⅳ. Maven依赖✨
------------

**JDK 17+****OpenJDK** or **Oracle JDK**
**JDK 17+****OpenJDK**, **Oracle JDK**, **GraalVM**

```
<dependency>
Expand All @@ -59,7 +59,17 @@
</dependency>
```

Ⅴ. 安装和使用⭐
- 如果不想引入全部的zfoo模块,只需要选择依赖其中一个模块

```
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>protocol</artifactId>
<version>3.1.4</version>
</dependency>
```

Ⅴ. 使用⭐
------------

#### 1. [protocol](protocol/README.md) 极致性能的Java序列化和反序列化库
Expand Down

0 comments on commit cd49cd8

Please sign in to comment.