diff --git a/04_node_client.asciidoc b/04_node_client.asciidoc index 6d96b95..82f46f2 100644 --- a/04_node_client.asciidoc +++ b/04_node_client.asciidoc @@ -261,7 +261,7 @@ As you will see in the following sections, we can run several containers at the ((("c-lightning Lightning Node project", id="ix_04_node_client-asciidoc7", range="startofrange")))((("Lightning node software","c-lightning Lightning Node project", id="ix_04_node_client-asciidoc8", range="startofrange")))`c-lightning` is a lightweight, highly customizable, and standard-compliant implementation of the LN protocol, developed by Blockstream as part of the Elements Project. The project is open source and developed collaboratively on https://github.com/ElementsProject/lightning[GitHub]. -In the following sections, we will build a Docker container that runs a `c-lightning` node connecting to the +bitcoind+ container we built previously. We will also show you how to configure and built the `c-lightning` software directly from the source code. +In the following sections, we will build a Docker container that runs a `c-lightning` node connecting to the +bitcoind+ container we built previously. We will also show you how to configure and build the `c-lightning` software directly from the source code. ==== Building c-lightning as a Docker Container