diff --git a/README.md b/README.md index f5bf90a..ae5ab6c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If you're unsure nothing's stopping you from just giving it a go with a best gue ### UEFI -On a blank example disk `/dev/sda` you can fulfill the UEFI requirements (One `EF00` partition with a file system plus one `BF00` partition) for example like so: +On a blank example disk `/dev/sda` you can fulfill the UEFI requirements (one `EF00` partition with a file system plus one `BF00` partition) for example like so: ``` sgdisk --new '1::+512M' --new '2' --typecode '1:EF00' --typecode '2:BF00' /dev/sda mkfs.vfat /dev/sda1