diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md
index 90f0f0e..2ace3d8 100644
--- a/arch_linux_host_install/readme.md
+++ b/arch_linux_host_install/readme.md
@@ -115,7 +115,7 @@ So if theres boot menu option choose non-uefi.
`hwclock --systohc --utc`
`timedatectl set-ntp true`
* setup a swap file
- `dd if=/dev/zero of=/swapfile bs=1M count=8192 status=progress`
+ `dd if=/dev/zero of=/swapfile bs=1M count=8192 status=progress`
`chmod 600 /swapfile`
`mkswap /swapfile`
`vim /etc/fstab`