From 44d6829d2d4e4c3798f8096ac88657c21643d808 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20D=C3=B6ring?= <simon.doering@stud.hs-bochum.de>
Date: Mon, 4 Jan 2021 23:11:35 +0100
Subject: [PATCH] Fix README typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b9c99d0..fd6157e 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Once the code is compiled, the server can be started with `node server.js` in th
 ## Config
 
 The camera server can read a path to a config file from the `CONFIG_PATH` environment variable.
-This config file has to be in the json format and should have [this structure](./camera-server/example-config.json):
+This config file has to be in the json format and should have [this structure](./camera-server/example-config.json).
 
 Below is a description of the config file's properties:
 
-- 
GitLab