commit 126ccb7cc87f814a14d67beade3ac1800ec18335 parent be8fc09d889298f84b0f9af48bbacfcd3328fe55 Author: Jared Tobin <jared@jtobin.io> Date: Sun, 8 Sep 2019 12:44:01 -0230 readme: tweak badges [ci skip] Display build status for the master branch only; change the colour of the license badge to (non-periwinkle) blue. Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -1,8 +1,8 @@ # urbit-hob -[![Build Status](https://secure.travis-ci.org/urbit/urbit-hob.png)](http://travis-ci.org/urbit/urbit-hob) +[![Build Status](https://travis-ci.org/urbit/urbit-hob.svg?branch=master)](https://travis-ci.org/urbit/urbit-hob) [![Hackage Version](https://img.shields.io/hackage/v/urbit-hob.svg)](http://hackage.haskell.org/package/urbit-hob) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) Utilities for phonetic base wrangling.