From 5ef6729224fba4937132e3cf33ac34d522cf2a6c Mon Sep 17 00:00:00 2001 From: Igor Bubelov Date: Thu, 14 Jul 2022 21:32:58 +0700 Subject: [PATCH] Use correct naming --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a1a089e0..e445bbbda 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Don't hesitate to reach out to us on IRC at [#lightning-dev @ libera.chat][irc1] ## Getting Started -Core Lightning only works on Linux and Mac OS, and requires a locally (or remotely) running `bitcoind` (version 0.16 or above) that is fully caught up with the network you're running on, and relays transactions (ie with `blocksonly=0`). +Core Lightning only works on Linux and macOS, and requires a locally (or remotely) running `bitcoind` (version 0.16 or above) that is fully caught up with the network you're running on, and relays transactions (ie with `blocksonly=0`). Pruning (`prune=n` option in `bitcoin.conf`) is partially supported, see [here](#pruning) for more details. ### Installation @@ -40,7 +40,7 @@ Pruning (`prune=n` option in `bitcoin.conf`) is partially supported, see [here]( There are 4 supported installation options: - Installation from the [Ubuntu PPA][ppa]. - - Installation of a pre-compiled binary from the [release page][releases] on Github. + - Installation of a pre-compiled binary from the [release page][releases] on GitHub. - Using one of the [provided docker images][dockerhub] on the Docker Hub. - Compiling the source code yourself as described in the [installation documentation](doc/INSTALL.md).