Skip to content

Commit 4b73dc5

Browse files
authored
Updated size of banner image
1 parent aaf1523 commit 4b73dc5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ LED Flag
22
========
33
LED Flag Project @ NU Wireless
44

5-
![An image of the LED Flag](https://jamespackard.me/img/ledflag.jpg)
5+
<p align="center">
6+
<img src="https://jamespackard.me/img/ledflag.jpg" alt="An image of the LED Flag" width="70%"/>
7+
</p>
68

79
**LED Flag** is an ongoing project at the NU Wireless club.
810
The objective is to control a 32x64 matrix of addressable LEDs wirelessly through a web application,
@@ -187,7 +189,7 @@ ledflag/backend $ python3 app.py
187189
```bash
188190
ledflag/controller $ python3 controller.py
189191
```
190-
The first command runs the web server, while the second runs the LED controller. A cool trick to do this is running the first command, hitting `Ctrl+Z`,
192+
The first command runs the web server, while the second runs the LED controller. A cool trick to do this is running the first command, hitting <kbd>Ctrl</kbd>+<kbd>Z</kbd>,
191193
and then running the command `bg`.
192194

193195
## Production

0 commit comments

Comments
 (0)