From 25c7a61d8e2357d4fce144f5222ac9315999c916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 6 Sep 2023 11:57:35 +0200 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f53ff2..00b0267 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ For example, if the output of the program is 1, then this means that even if an The build uses [CMake](https://cmake.org). Additionally, you need the following libraries: - [boost](https://www.boost.org): For some faster containers and JSON parsing - [cpr](https://libcpr.org): For easy requests (to download games from [hanab.live](https://hanab.live) -- [GNU readline](https://tiswww.cwru.edu/php/chet/readline/rltop.html): For the comman-line interface -Refer to the corresponding pages for installation instructions. On Linux distributions, readline is probably already installed. +- [GNU readline](https://tiswww.cwru.edu/php/chet/readline/rltop.html): For the command-line interface. + Refer to the corresponding pages for installation instructions. On Linux distributions, readline is probably already installed. Note that the libraries are all FOSS software and GPL-compatible.