From 62f5c8da291257b8020173a626677276d6de8367 Mon Sep 17 00:00:00 2001 From: oubelhaj <90373269+Bettercallous@users.noreply.github.com> Date: Mon, 6 May 2024 21:51:39 +0100 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b1b270..97cb23a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ ## 💡 Introduction :
-This test project is dedicated to exploring the complex workings of sockets and their interactions within the framework of an IRC chat/server• The primary goal is to replicate the functionality of an IRC server, offering a comprehensive understanding of its operation. +This test project is dedicated to exploring the complex workings of sockets and their interactions within the framework of an IRC chat/server. The primary goal is to replicate the functionality of an IRC server, offering a comprehensive understanding of its operation.
## What is IRC ? @@ -113,7 +113,7 @@ And that's it! Now you can join channels and send private messages in the server --- -## What is is a Socket ? +## What is a Socket ? - A socket is an end-point of communication between 2 devices (or processes). - For 2 computers to send and receive a message over a network, they need to have a socket at both ends. - A socket is identified by an IP address concatenated with a port number. example ( 146.86.5.20:1625 ).