From 85a352da72a845af7cf2bb2c81fa4760519f3363 Mon Sep 17 00:00:00 2001 From: Michael Benz Date: Fri, 5 Jan 2024 19:38:53 +0100 Subject: [PATCH] Update README.md fix prerequisites typo Fixed typo prerequisites in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79dbd6d..063d2f7 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Yes, head over to [Weblate](https://hosted.weblate.org/projects/spoolman/) to st ### Client To test out changes to the web client, the best way is to run it in development mode. -Prerequisities: +Prerequisites: * NodeJS 16 or above installed, along with NPM. Running `node --version` should print a correct version. * A running Spoolman server, with the following two environment variables added in the `docker-compose.yml`: ```yaml