From 1b770849a7c031719ecaa156ad0f0ce3c8b296a5 Mon Sep 17 00:00:00 2001 From: Marta Tranche Date: Thu, 26 Mar 2026 15:37:22 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e35fa..6ca372f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Websockets loger, listen to messages and then logs the in console. Used mostly a -On the terminal execute the command **npm run server** this will start your server application and start listenig for websocket connections. --Now you can copy the method from the snipet.js file and paste it on yout code to send messages to the server. +-Now you can copy the method from the snipet.js file and paste it on your code to send messages to the server. -All messages will appear at the terminal screen where the server app is running.