From 374566700713c6a19bd4ad3d81087d6fc405b69e Mon Sep 17 00:00:00 2001 From: Tomas <91416789+tomz00@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:12:59 +0100 Subject: [PATCH] Fix minor typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 168e554..7413fec 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ I am not responsible for the damage you might cause. ## Dependencies -Tested with ubuntu 20.04: +Tested with Ubuntu 20.04: * 1.1.8 and older: failed to compile * 1.2.0: worked * 1.3.0 to 1.4.0: worked -The following packages where used +The following packages were used: ```bash -apt install -y autoconf automake autopoint bison bzip2 docbook-xml docbook-xsl flex gettext libaudit-dev libcrack2-dev libdb-dev libfl-dev libselinux1-dev libtool libcrypt-dev libxml2-utils make pkg-config sed w3m xsltproc xz-utils gcc +apt install -y autoconf automake autopoint bison bzip2 docbook-xml docbook-xsl flex gettext libaudit-dev libcrack2-dev libdb-dev libfl-dev libselinux1-dev libtool libcrypt-dev libxml2-utils make pkg-config sed w3m xsltproc xz-utils gcc ```