Skip to content

Commit 387bc79

Browse files
tomikaa87JamesH65
authored andcommitted
Add missing code block closing to updating.md (raspberrypi#1272)
* Add missing code block closing to updating.md * Improve code block readability in updating.md
1 parent e20f8dc commit 387bc79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

linux/kernel/updating.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ If you use the standard Raspbian update/upgrade process (found [here](../../rasp
88

99
To use rpi-update, execute it using sudo as follows:
1010

11-
```sudo rpi-update
11+
```
12+
sudo rpi-update
13+
```
1214

1315
The `rpi-update` utility will download the Linux kernel and Raspberry Pi firmware that are currently being tested and install them onto your Pi. Note that `rpi-update` does not provide a way to revert the changes that it makes to your system.
1416

0 commit comments

Comments
 (0)