aboutsummaryrefslogtreecommitdiff
path: root/doc/dependencies.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-03-16 16:30:05 +0000
committerfanquake <fanquake@gmail.com>2022-03-16 16:30:05 +0000
commit57f3f5cecfac45b3f399ff174905dca25ca556b5 (patch)
tree82b21f86a9ba87e52613d191acea65651d68c646 /doc/dependencies.md
parentbf846779caf13673d4daca190a652c4e14b2200b (diff)
downloadbitcoin-57f3f5cecfac45b3f399ff174905dca25ca556b5.tar.xz
doc: s/Compiler/Dependency in dependencies.md
Diffstat (limited to 'doc/dependencies.md')
-rw-r--r--doc/dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dependencies.md b/doc/dependencies.md
index 33c79696ff..d715a06dba 100644
--- a/doc/dependencies.md
+++ b/doc/dependencies.md
@@ -4,7 +4,7 @@ These are the dependencies used by Bitcoin Core.
You can find installation instructions in the `build-*.md` file for your platform.
"Runtime" and "Version Used" are both in reference to the release binaries.
-| Compiler | Minimum required |
+| Dependency | Minimum required |
| --- | --- |
| [Autoconf](https://www.gnu.org/software/autoconf/) | [2.69](https://github.com/bitcoin/bitcoin/pull/17769) |
| [Automake](https://www.gnu.org/software/automake/) | [1.13](https://github.com/bitcoin/bitcoin/pull/18290) |