commit 79f72abe2b79991e79e7208f6ad28e45b5090aa7 parent 6a927b21f6ff6327226b2faee53d9e21dc88e52b Author: Jared Tobin <jared@jtobin.ca> Date: Sun, 3 Apr 2016 20:38:31 +0700 Add badges. [ci skip] Diffstat:
M | README.md | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,4 +1,8 @@ -# flat-mcmc [![Build Status](https://secure.travis-ci.org/jtobin/flat-mcmc.png)](http://travis-ci.org/jtobin/flat-mcmc) +# flat-mcmc + +[![Build Status](https://secure.travis-ci.org/jtobin/flat-mcmc.png)](http://travis-ci.org/jtobin/flat-mcmc) +[![Hackage Version](https://img.shields.io/hackage/v/flat-mcmc.svg)](http://hackage.haskell.org/package/flat-mcmc) +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jtobin/flat-mcmc/blob/master/LICENSE) *flat-mcmc* is a Haskell library for painless, efficient, general-purpose sampling from continuous distributions.