Skip to content

Commit 0f45cae

Browse files
Fix formatting issues in README.md
1 parent 9a17c56 commit 0f45cae

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ Pre-built binaries for Linux, macOS, and Windows (amd64/arm64) are on the [relea
9595
- Real-time download/upload throughput with spring-smoothed animation
9696
- Braille-grid waveform rendering at 30 FPS
9797
- Live latency (ping) indicator, configurable target
98-
- Network processes panel (`n`) active connections sorted by count
99-
- Interface details overlay (`I`) IP, MAC, link status, MTU
98+
- Network processes panel (`n`) -- active connections sorted by count
99+
- Interface details overlay (`I`) -- IP, MAC, link status, MTU
100100
- 8 built-in themes plus custom themes via TOML
101101
- Session peak tracking and daily totals, persisted across restarts
102102
- Streaming JSON output (`--json-stream`) for pipelines
103103
- Four responsive display modes, switching on both width and height
104104
- Zero required configuration
105-
- Linux, macOS, and Windows no elevated privileges required
105+
- Linux, macOS, and Windows -- no elevated privileges required
106106

107107
<p align="center">
108108
<img src="./assets/processes.png" alt="Network processes overlay" width="32%">
@@ -187,7 +187,7 @@ bits = false
187187
ping_target = "1.1.1.1"
188188
```
189189

190-
**Custom themes** drop `.toml` files in `~/.config/flow/themes/`:
190+
**Custom themes** -- drop `.toml` files in `~/.config/flow/themes/`:
191191

192192
```toml
193193
name = "my-theme"
@@ -205,7 +205,7 @@ upload = ["#10b981", "#22c55e", "#84cc16", "#a3e635", "#ffffff"]
205205

206206
## Architecture
207207

208-
Two independent loops connected by a channel sampling never blocks rendering.
208+
Two independent loops connected by a channel -- sampling never blocks rendering.
209209

210210
```mermaid
211211
flowchart LR
@@ -254,12 +254,12 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
254254

255255
<a href="https://www.star-history.com/?repos=programmersd21%2Fflow&type=date&legend=top-left">
256256
<picture>
257-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=programmersd21/flow&type=date&theme=dark&legend=top-left" />
258-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=programmersd21/flow&type=date&legend=top-left" />
259-
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=programmersd21/flow&type=date&legend=top-left" />
257+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=programmersd21/flow&type=date&theme=dark&legend=top-left&sealed_token=Ex6LDz-fQOEgmsobQgUgvyATvwqMhS0Sl5f5uW4T1BK02ZT5weEaQ4AC_u2P3aT9kyk6VJZs3UP04IveY23VklyiHpRvF-Kz0Hbaz6vAcT5pCykshfQSkw" />
258+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=programmersd21/flow&type=date&legend=top-left&sealed_token=Ex6LDz-fQOEgmsobQgUgvyATvwqMhS0Sl5f5uW4T1BK02ZT5weEaQ4AC_u2P3aT9kyk6VJZs3UP04IveY23VklyiHpRvF-Kz0Hbaz6vAcT5pCykshfQSkw" />
259+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=programmersd21/flow&type=date&legend=top-left&sealed_token=Ex6LDz-fQOEgmsobQgUgvyATvwqMhS0Sl5f5uW4T1BK02ZT5weEaQ4AC_u2P3aT9kyk6VJZs3UP04IveY23VklyiHpRvF-Kz0Hbaz6vAcT5pCykshfQSkw" />
260260
</picture>
261261
</a>
262262

263263
## License
264264

265-
MIT see [LICENSE](LICENSE).
265+
MIT: see [LICENSE](LICENSE).

0 commit comments

Comments
 (0)