From d215e872782adfde0d25558d1fcb3343d26eac94 Mon Sep 17 00:00:00 2001 From: clover Date: Sun, 28 Dec 2025 21:39:27 +0200 Subject: [PATCH] fix horrendous mistake (#53) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60fdadb..1353860 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Please note that only the docker setup is supported by us. The native instructions are only provided for advanced users and we can't provide support if you get stuck! When in doubt, please use the docker setup. -Alongisde the Vencloud setup, you will also have to setup Redis. This will not be covered here, please refer to the Redis documentation. +Alongside the Vencloud setup, you will also have to setup Redis. This will not be covered here, please refer to the Redis documentation. 1. Install the [Go programming language](https://go.dev/dl/) 2. Build the code: `go build -o backend`