From 631c7850ecbd02c1ddfca6580ee083cc3085a315 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 8 Jul 2014 14:43:50 -0500 Subject: [PATCH] Correct example link in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ec84c41..09e3be59 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ $ go get github.com/conformal/btcscript ## Examples * [Standard Pay-to-pubkey-hash Script] - (http://godoc.org/github.com/conformal/btcdb#example-PayToAddrScript) + (http://godoc.org/github.com/conformal/btcscript#example-PayToAddrScript) Demonstrates creating a script which pays to a bitcoin address. It also prints the created script hex and uses the DisasmString function to display the disassembled script.