Updates readme

This commit is contained in:
Leon Mergen 2015-04-20 09:40:41 +07:00
parent c68097c4e6
commit 0af05cef81

View file

@ -1,10 +1,9 @@
haskell-bitcoin-script haskell-hexstring
================== =================
[![Build Status](https://travis-ci.org/solatis/haskell-bitcoin-script.png?branch=master)](https://travis-ci.org/solatis/haskell-bitcoin-script) [![Build Status](https://travis-ci.org/solatis/haskell-hexstring.png?branch=master)](https://travis-ci.org/solatis/haskell-hexstring)
[![Coverage Status](https://coveralls.io/repos/solatis/haskell-bitcoin-script/badge.svg?branch=master)](https://coveralls.io/r/solatis/haskell-bitcoin-script?branch=master) [![Coverage Status](https://coveralls.io/repos/solatis/haskell-hexstring/badge.svg?branch=master)](https://coveralls.io/r/solatis/haskell-hexstring?branch=master)
[![MIT](http://b.repl.ca/v1/license-MIT-blue.png)](http://en.wikipedia.org/wiki/MIT_License) [![MIT](http://b.repl.ca/v1/license-MIT-blue.png)](http://en.wikipedia.org/wiki/MIT_License)
[![Haskell](http://b.repl.ca/v1/language-haskell-lightgrey.png)](http://haskell.org) [![Haskell](http://b.repl.ca/v1/language-haskell-lightgrey.png)](http://haskell.org)
This library provides utilities for compiling, manipulation and decompiling of Fast and safe representation of a hex string
Bitcoin scripts.