Skip to content

Commit 1ec4573

Browse files
Update README.md
1 parent fe0fa96 commit 1ec4573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fmt.Println(bc.GetBlock(300000,"",nil))
3131

3232
Check the "types.go" file for information on the return types. Almost all API calls are supported, with a few dropped to reduce complexity. If an API call supports URL parameters, it will likely appear as a `params map[string]string` variable in the API method. You can check the docs for supported URL flags.
3333

34-
Speaking of API docs, you can check out [BlockCypher's documentation here](http://dev.blockcypher.com/). We've also heavily commented the code following Golang convention, so you might also find [the GoDoc quite useful.](http://godoc.org/github.com/blockcypher/gobcy) The `gobcy_test.go` file also shows most of the API calls in action.
34+
Speaking of API docs, you can check out [BlockCypher's documentation here](http://blockcypher.com/dev/bitcoin). We've also heavily commented the code following Golang convention, so you might also find [the GoDoc quite useful.](http://godoc.org/github.com/blockcypher/gobcy) The `gobcy_test.go` file also shows most of the API calls in action.
3535

3636
## Testing
3737

0 commit comments

Comments
 (0)