Skip to content

Commit 35cbba8

Browse files
committed
chore: readme
1 parent a458dbc commit 35cbba8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ this further. *( contents polished by `ChartGPT-4`)*
2424
* Highly configurable chart options.
2525
* Closely to the full Echarts functions.
2626
* Strong Extensibility.
27-
* Live update support for displaying. see [echarts4j-chart-server](./echarts4j-chart-server/README.md)
28-
* Snapshot for image render. see [echarts4j-snapshot-playwright](./echarts4j-snapshot-playwright/README.md)
27+
* Live update support for displaying (see [echarts4j-chart-server](./echarts4j-chart-server/README.md)).
28+
* Snapshot for image render (see [echarts4j-snapshot-playwright](./echarts4j-snapshot-playwright/README.md)).
2929

3030
---
3131

echarts4j-chart-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ A handy way is placing `SimpleChartServerRender.on();` on the last.
5656

5757
## Live Update
5858

59-
> It will do websocket on `localhost:9493`.
60-
> Use the `ECHARTS4J_CS_LIVE_UPDATE_HOST` env param to change the host.
59+
> It will do websocket on `localhost:9493`.
60+
> Use the `ECHARTS4J_CS_LIVE_UPDATE_HOST` env param to change the host.
6161
> Use the `ECHARTS4J_CS_LIVE_UPDATE_PORT` env param to change the port.
6262
6363
```

0 commit comments

Comments
 (0)