From 036d8aa6dbfa99f5236ed1696f7e3ef2bd751d64 Mon Sep 17 00:00:00 2001
From: jschwe <55576758+jschwe@users.noreply.github.com>
Date: Mon, 1 Jun 2020 11:48:45 +0200
Subject: [PATCH] Readme: Fix typo (#74)

Change to singular after removing xbuild from Readme in bf6761efa19fcbdfd4e4a40f2461d454aea3d373
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aec56cac9..ea1721268 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ More details can be found in the [uhyve README](https://github.com/hermitcore/uh
 It is also possible to run RustyHermit within [Qemu](https://www.qemu.org).
 RustyHermit produces 64-bit binaries, but Qemu's x86 emulation cannot boot them directly.
 Therefore, the loader [rusty-loader](https://github.com/hermitcore/rusty-loader) is required to boot the application.
-To build the loader, the assembler [nasm](https://www.nasm.us) are required.
+To build the loader, the assembler [nasm](https://www.nasm.us) is required.
 After the installation, the loader can be build as follows.
 
 ```bash
-- 
GitLab