From 00cf428232b0b8054c124608c2b85262336a2282 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Mon, 1 May 2023 04:15:13 +0800 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 010f4b6..afff511 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Following commands format the boot partition as fas, the root partition as ext4. ``` # mkfs.ext4 /dev/root_partition -# mkfs.fas /dev/boot_partition +# mkfs.fat /dev/boot_partition ``` ### Mount