9918e2a561
The github markdown interpreter has been changed such that it no longer allows spaces in between the brackets and parenthesis of links and now requires a newline in between anchors and other formatting. This updates all of the markdown files accordingly. While here, it also corrects a couple of inconsistencies in some of the README.md files.
13 lines
486 B
Markdown
13 lines
486 B
Markdown
integration
|
|
===========
|
|
|
|
[![Build Status](http://img.shields.io/travis/btcsuite/btcd.svg)](https://travis-ci.org/btcsuite/btcd)
|
|
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
|
|
|
|
This contains integration tests which make use of the
|
|
[rpctest](https://github.com/btcsuite/btcd/tree/master/integration/rpctest)
|
|
package to programmatically drive nodes via RPC.
|
|
|
|
## License
|
|
|
|
This code is licensed under the [copyfree](http://copyfree.org) ISC License.
|