Skip to content

Commit bf5b938

Browse files
committed
chore: readme
1 parent 0efa7bf commit bf5b938

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
> be beaten. —— Neil Gaiman, Coraline
1212
1313
To be honest, I believe using `Java` to build charts is a disaster, as it often feels like struggling in the explicit
14-
typed hell, accompanied by lengthy lines of code.. However, it also piques my interest in finding ways to approach it
15-
with a more loosely coupled mindset (not just dumping
16-
everything as pure `Object`s 🐶). With increased experience in [Echarts](https://echarts.apache.org/) and discovering
14+
typed hell, accompanied by lengthy lines of code. However, it also piques my interest in finding ways to approach it
15+
with a more loosely coupled mindset (not just dumping everything as pure `Object`s 🐶). With increased experience in [Echarts](https://echarts.apache.org/) and discovering
1716
various tricks, I've become even more curious about the possibilities. Fortunately, I now have the time to delve into
1817
this further. *( contents polished by `ChartGPT-4`)*
1918

README_ZH.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Release](https://jitpack.io/v/Koooooo-7/echarts4j.svg)](https://jitpack.io/#Koooooo-7/echarts4j/main-SNAPSHOT)
44
![Echarts](https://img.shields.io/badge/echarts-_v5+-orange)
55
![JDK](https://img.shields.io/badge/JDK-8+-blue)
6-
![License](https://img.shields.io/badge/License-Apache-2.0-brightgreen.svg)
6+
![License](https://img.shields.io/badge/License-Apache_2.0-brightgreen.svg)
77
[![JavaDoc](https://img.shields.io/badge/JavaDoc-latest-yellow)](https://javadoc.jitpack.io/com/github/koooooo-7/echarts4j/echarts4j-project/main-SNAPSHOT/javadoc/index.html)
88

99

@@ -19,7 +19,7 @@
1919
> 支持 JDK8+ (别再停留在万年JDK8了...)
2020
2121
项目在 [jitpack](https://jitpack.io/#Koooooo-7/echarts4j/main-SNAPSHOT)上,
22-
你可以使用 `main-SNAPSHOT` 来获得最新的版本,或者使用锁定的最新版本
22+
你可以使用 `main-SNAPSHOT` 来获得最新的版本,或者使用锁定的最新版本通过`tag`或者commit。
2323
[![Release](https://jitpack.io/v/Koooooo-7/echarts4j.svg)](https://jitpack.io/#Koooooo-7/echarts4j)
2424
.
2525

0 commit comments

Comments
 (0)