diff --git a/docs/nkode_over_unencrypted_channel.md b/docs/nkode_over_unencrypted_channel.md
index 9a536ba..ef3333c 100644
--- a/docs/nkode_over_unencrypted_channel.md
+++ b/docs/nkode_over_unencrypted_channel.md
@@ -15,7 +15,7 @@ sequenceDiagram
Note over User,Server: Enrollment
User ->> Server: Initiate Enrollment
Server ->> Server: Generate Keypad Icons
- Note right of Server: Ideally the icons are generated on the users device.
Since current ML models are too compute intense, a GPU enabled server must run the models during enrollment.
+ Note right of Server: Ideally the icons are generated on the users device.
Since current ML models are too compute intense,
a GPU enabled server must run the models during enrollment.
Server -->> Mobile Client: Store Icons On Device
Note right of Server: The Server does not store the icons
Server ->> Mobile Client: Keypad Index Array
@@ -49,7 +49,6 @@ sequenceDiagram
User ->> Server: Initiate Enrollment
Server ->> Server: Generate Keypad Icons
Server -->> Mobile Client: Store Icons On Device
- Note right of Server: Server does not store the icons and does not know what they are
rect rgb(191, 223, 255)
Server -->> Mobile Client: Store ChaCha20 256-bit key
end