diff --git a/packages/ripple-keypairs/README.md b/packages/ripple-keypairs/README.md index ba190537..91c469dd 100644 --- a/packages/ripple-keypairs/README.md +++ b/packages/ripple-keypairs/README.md @@ -113,4 +113,10 @@ console.log(prettyJSON(signTxJson(seed, tx_json))); "TxnSignature": "7D0825105229923B261C716F225181E5A66A34C9480446ABE64818A673954CC34D42946CD82172814F037976AE3800BDE983624A45FCDBED4A548C4650BF900D" } } -``` \ No newline at end of file +``` + +### Coverage + +This keeps coveralls happy (we think) + +[![Coverage Status](https://coveralls.io/repos/sublimator/ripple-keypairs/badge.svg?branch=master&service=github)](https://coveralls.io/github/sublimator/ripple-keypairs?branch=master)