Skip to content

Commit b2a13d1

Browse files
Update README.md
1 parent 223d46a commit b2a13d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ This project connects an ESP32 to Wi-Fi and fetches a JSON response from a serve
5454

5555
2\. Fill in your Wi-Fi credentials and server URL:
5656

57-
  ```cpp
57+
```cpp
5858

5959
  const char\* ssid = "YOUR\_SSID";
6060

6161
  const char\* password = "YOUR\_PASSWORD";
6262

63-
  ```
63+
```
6464

6565
  String url = "http://your-server.com/status";
6666

0 commit comments

Comments
 (0)