From 770276a68ca567c8a8c7f3ac5489a5fe362734c8 Mon Sep 17 00:00:00 2001 From: XOR Date: Thu, 7 Sep 2023 22:04:47 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d8b54..990f5c1 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You need to have 1. a compiler 2. make -installed on your system. While clang is being used by default, you can also use another compiler (e.g. gcc) by running `export CC=yourcompiler` or by changing 'clang' at the top of `Makefile` and `dependency_setup.sh` (where the variable CC is defined) to your prefered compiler. +installed on your system. While clang is being used by default, you can also use another compiler (e.g. gcc) by running `export CC=yourcompiler` or by changing 'clang' at the top of `Makefile` and `dependency_setup.sh` (where the variable CC is defined) to your preferred compiler. To install the simple_hashtable library required for the Assembler, you can run the `dependency_setup.sh` file, or manually compile the library and place it in `lib/shash.o`.