From edc9b377a6d691ec50786d2482ba10adde911992 Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 19 Oct 2020 15:16:34 +0300 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9001e6f..b299349 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ oracle.gasPrices(fallbackGasPrices).then(gasPrices => { }); ``` -The `gasPrices` method also accepts `median` argument (`true`) by default. For more details see [below](<#Offchain-oracles-only-(get-median-price)>). +The `gasPrices` method also accepts `median` argument (`true`) by default. For more details see [below](#offchain-oracles-only-get-median-price). Under the hood it's a combination of `fetchMedianGasPriceOffChain`(`fetchGasPricesOffChain`) and `fetchGasPricesOnChain` methods. ### Offchain oracles only