Correct example link in README.md.

This commit is contained in:
Dave Collins 2014-07-08 14:43:50 -05:00
parent abafe9678b
commit 631c7850ec

View file

@ -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.