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.