Skip to content

Commit 5c5ecc3

Browse files
Update readme.md: fix modulino buttons img
1 parent a02e107 commit 5c5ecc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ modulino_name.begin(); // Initialize the ModulinoType module
4141
### ModulinoButtons
4242
Manages the state of three buttons and controls their associated LED states. You can read the state of each button and send commands to turn the LEDs on/off.
4343

44-
![Modulino Buttons](./images/modulino-buttons.jpg)
44+
![Modulino Buttons](./images/modulino-buttons.jpeg)
4545

4646
```cpp
4747
ModulinoButtons buttons;
@@ -178,4 +178,4 @@ The API documentation can be found [here](./api.md).
178178

179179
## License
180180

181-
This library is released under the [MPL-2.0 license](../LICENSE).
181+
This library is released under the [MPL-2.0 license](../LICENSE).

0 commit comments

Comments
 (0)