diff options
author | fanquake <fanquake@gmail.com> | 2022-03-16 16:30:05 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-03-16 16:30:05 +0000 |
commit | 57f3f5cecfac45b3f399ff174905dca25ca556b5 (patch) | |
tree | 82b21f86a9ba87e52613d191acea65651d68c646 /doc/dependencies.md | |
parent | bf846779caf13673d4daca190a652c4e14b2200b (diff) |
doc: s/Compiler/Dependency in dependencies.md
Diffstat (limited to 'doc/dependencies.md')
-rw-r--r-- | doc/dependencies.md | 2 |
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) | |