From c1f41d6e1cde824e6dcdf49a04b64acaea9ac9e4 Mon Sep 17 00:00:00 2001 From: Miguel Medeiros Date: Fri, 23 Jul 2021 18:02:14 -0300 Subject: [PATCH] Add difficulty adjustment documentation link. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4fd72f..54c90e2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ const { bitcoin, bisq, liquid } = mempoolJS({ - [Bitcoin](./README-bitcoin.md) - [Addresses](./README-bitcoin.md#get-address) - [Blocks](./README-bitcoin.md#get-blocks) + - [Difficulty Adjustment](./README-bitcoin.md#get-difficulty-adjustment) - [Fees](./README-bitcoin.md#get-fees) - [Mempool](./README-bitcoin.md#get-mempool) - [Transactions](./README-bitcoin.md#get-transactions)