From 8714952119cbeb4412fd2f0665aba963e69bd4fb Mon Sep 17 00:00:00 2001 From: Node Date: Wed, 9 Aug 2017 16:40:08 +0400 Subject: [PATCH] docs: fix link for tx-from-chain --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 76f8cdab..928cedaa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ Welcome to the bcoin docs! - [Client API Usage][example-client-api] - [Miner with WorkerPool][example-miner-configs] - [Create and Sign TX][example-tx-create-sign] -- [Get Transaction from Chain][example-tx-chain] +- [Get Transaction from Chain][example-tx-from-chain] ## Advanced - [Working with transactions][work-transactions]