From d8cc12acf59d65272e3828a8d3c977645cd70e30 Mon Sep 17 00:00:00 2001 From: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com> Date: Sat, 19 Oct 2024 04:06:10 +0530 Subject: [PATCH] fix: typographical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93a8097..203591d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ If you can't see the video, you can watch it [here](https://www.youtube.com/watc - **Step 2**: Update and WebSocket server details in `src/Config.cpp` - - Find your WiFi ip adress (websocket_server_host) by command `ipconfig` (under `Default Gateway`) in Windows or `ifconfig` (under `inet xxx.x.x.x netmask 0xff000000`) in Linux/MacOS, or you can also follow the instructions [here](https://nordvpn.com/blog/find-router-ip-address/) + - Find your WiFi IP address (websocket_server_host) by command `ipconfig` (under `Default Gateway`) in Windows or `ifconfig` (under `inet xxx.x.x.x netmask 0xff000000`) in Linux/MacOS, or you can also follow the instructions [here](https://nordvpn.com/blog/find-router-ip-address/) ```cpp const char *websocket_server = ""; // Wifi settings -> Your Wifi I.P.