diff --git a/WHITEPAPER.md b/WHITEPAPER.md
index d44083a9..d472f5ec 100644
--- a/WHITEPAPER.md
+++ b/WHITEPAPER.md
@@ -513,10 +513,10 @@ graph TD
B[Battery Monitor] --> C{Charging?}
C -->|Yes| P[Performance Mode]
C -->|No| L{Level?}
- L -->|>60%| P
+ L -->|>60%| P
L -->|30-60%| BA[Balanced Mode]
L -->|10-30%| PS[Power Saver]
- L -->|<10%| ULP[Ultra Low Power]
+ L -->|<10%| ULP[Ultra Low Power]
P --> F1[3s scan, 2s pause
20 connections
Continuous advertising]
BA --> F2[2s scan, 3s pause
10 connections
5s advertising intervals]
@@ -861,4 +861,4 @@ As a public domain project, bitchat serves as both a practical tool and a refere
---
-*This document is released into the public domain under The Unlicense.*
\ No newline at end of file
+*This document is released into the public domain under The Unlicense.*