docs: Fix small typo
diff --git a/README.md b/README.md
index 08cf84c9..b0943a28 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ or `gcc` or `llvm/clang` must also be installed.
`GNU binutils` is necessary in order to build the UEFI port of Limine. A full
LLVM toolchain without `GNU binutils` can be used to build the BIOS port instead.
-Both the UEFI and BIOS ports of the bootloader can built, using `GCC/GNU binutils`, with:
+Both the UEFI and BIOS ports of the bootloader can be built, using `GCC/GNU binutils`, with:
```bash
make
```
