From f901e81ed97b8c7bcf18157d44608d1dd3a477be Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 27 Dec 2024 22:52:51 -0800 Subject: [PATCH] Update doc/index.md --- doc/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/index.md b/doc/index.md index 04f0f4c..5bf408c 100644 --- a/doc/index.md +++ b/doc/index.md @@ -1,3 +1,9 @@ # Index of IRC protocol documentation. +> [!IMPORTANT] +> Before you start reading this, here's what you need to know. +> * We visualize the socket this way: +> `↗️ Sent by client, recieved by server` +> `↙️ Sent by server, recieved by client` + * [Formatting of socket](formatting.md) \ No newline at end of file