From a0a85565e3312107722461eaa5da4bf8bfae9450 Mon Sep 17 00:00:00 2001 From: Tobias Triffterer <tobias@ep1.ruhr-uni-bochum.de> Date: Thu, 29 Apr 2021 21:54:10 +0200 Subject: [PATCH] Fix Typo in Readme A closing bracket was in the wrong place... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d93de..e8ff9b6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This library is free software, it is licensed under the terms and conditions of * CMake, version 3.13 or higher * Qt 5.12 or higher, including header files and tools * ROOT version 6.16 or higher, if host ROOT installation is used -* Dependencies for ROOT, if the ROOT submodule is built (see https://root.cern/install/dependencies/) for details: +* Dependencies for ROOT, if the ROOT submodule is built (see https://root.cern/install/dependencies/ for details): * `libX11` and development headers * `libxpm` and development headers * `libxft` and development headers -- GitLab