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"