From e75385a69bf4eeb80b959f92d2e9624994dfef18 Mon Sep 17 00:00:00 2001 From: "Felix Hartmann (PEA3-Fe-FI)" Date: Fri, 24 Sep 2021 10:08:04 +0200 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index feda26c..2879db7 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ serverless chat app written in c# using [`SocketIOSharp`](https://github.com/uhm ### Implentation: - network connection via the library [`SocketIOSharp`](https://github.com/uhm0311/SocketIOSharp) -- graphical user interface uses `UWP` (Universal Windows App) +- graphical user interface uses `UWP` (Universal Windows App) - messages are sent via json -- chat history gets saved as json after encryption +- chat history gets saved as json after encryption ### Screenshots: ![light mode](screenshots/polychat_light.PNG "light mode") -![dark mode](screenshots/polychat_light.PNG "dark mode") +![dark mode](screenshots/polychat_dark.PNG "dark mode")