Skip to content

Commit c1deaa7

Browse files
committed
updated readme
1 parent 21f2a0a commit c1deaa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ It will provide a simple webpage for updating the firmware or filesystem of `ESP
3737
This Library is available in `Arduino Library Repository` and `PIO` and you can install it from:
3838
- Arduino IDE Library Manager
3939

40-
![arduino library manager](image.png)
40+
<img width="500" src="image.png" alt="arduino library manager"/>
4141

4242
- PlatformIO Libraries
4343

44-
![pltformio library](image-1.png)
44+
<img width="500" src="image-1.png" alt="pltformio library"/>
4545

4646
`ipdotsetaf/ESPAsyncHTTPUpdateServer@^2.0.0`
4747
### Setup
@@ -76,11 +76,11 @@ _updateServer.setup(&_server, "/customroute", "username", "password");
7676
### Styling
7777
- Stylized
7878

79-
![Stylized OTA Page](image-2.png)
79+
<img width="500" src="image-2.png" alt="Stylized OTA Page"/>
8080

8181
- Minimal
8282

83-
![alt text](image-3.png)
83+
<img width="500" src="image-3.png" alt="Minimal OTA Page"/>
8484

8585
> [!IMPORTANT]
8686
> By default styling is disabled in order to save ~350 bytes of flash memory.

0 commit comments

Comments
 (0)