From 64cc201b94647c773eb81b9085b9cbb50abc4ef1 Mon Sep 17 00:00:00 2001 From: Tahinli <96421894+Tahinli@users.noreply.github.com> Date: Sun, 6 Nov 2022 07:06:27 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a50364e..bf54c2f 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Basic Client and Server #Client ---It uses 2 threads send-receive +-- 2 threads send-receive ---Basic Level End 2 End Encryption -Default--> Caesar Cipher[+3] +-- Basic Level End 2 End Encryption -Default--> Caesar Cipher[+3] @@ -20,13 +20,13 @@ Basic Client and Server #Server ---It has primitive log system --> Connected IP-PORT-USERNAME and Disconnected IP +-- Primitive log system --> Connected IP-PORT-USERNAME and Disconnected IP ---Low Level Security with Password Protection +-- Low Level Security with Password Protection ---Some commands which are /leave, /quit +-- Some commands which are /leave, /quit Client and Server are designed to use together because of their specializations. Be aware of this situation, when you want use with others.