diff --git a/README.md b/README.md index 67af7a1..21bcffa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ mkfs.vfat /dev/sda1 > > `--typecode '1:EF00'`: Partition 1 gets partition type code `EF00`, an EFI system partition. > -> `--typecode '2:BF00'`: Partition 2 gets partition type code `BF00`, an Solaris root partition. +> `--typecode '2:BF00'`: Partition 2 gets partition type code `BF00`, a Solaris root partition. The result will be something like this at which point you can start the `setup.sh` script, see [How to run this?](#how-to-run-this) below for more details. ```