From 9f4f65e0f7e3c3173fba8c81f672762ab2ee6073 Mon Sep 17 00:00:00 2001 From: "Iain (Bill) Wiseman" Date: Wed, 16 Apr 2025 12:52:34 +1200 Subject: [PATCH] Hopefully fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da69cb9..f40c108 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Welcome to the **ESP32 Static IP** project! This is a working example of how to cd esp32-static-ip ``` -3. Set the environment variables for your static IP and Wi-Fi credentials. Remember to escape special characters like `@` and `$`: +3. Set the environment variables for your static IP and Wi-Fi credentials. Remember to escape special characters: ```bash export SSID="MyWifi" export PASSWORD="MyPassword"