diff --git a/docs/images/websocket-handshake.svg b/docs/images/websocket-handshake.svg
index 9b27b13..496d337 100644
--- a/docs/images/websocket-handshake.svg
+++ b/docs/images/websocket-handshake.svg
@@ -17,7 +17,7 @@
2. 101 Switching Protocols
- 3. Full-duplex frames over the same TCP connection
+ 3. Full-duplex frames over the same TCP connection
diff --git a/docs/images/websocket-history.svg b/docs/images/websocket-history.svg
index 4f74396..cc22a1c 100644
--- a/docs/images/websocket-history.svg
+++ b/docs/images/websocket-history.svg
@@ -7,25 +7,25 @@
- 1990s
- Classic HTTP
- request/response
+ 1990s
+ Classic HTTP
+ request/response
- 2005
- AJAX polling
- near-real-time web
+ 2005
+ AJAX polling
+ near-real-time web
- 2008
- WebSocket idea
- HTML5 discussions
+ 2008
+ WebSocket idea
+ HTML5 discussions
- 2011
- RFC 6455
- standard protocol
+ 2011
+ RFC 6455
+ standard protocol
- Today
- Chat, games,
- dashboards, IoT
+ Today
+ Chat, games,
+ dashboards, IoT
Problem