From 6480707886c866f18a7fb0711d60fc378400f6f8 Mon Sep 17 00:00:00 2001 From: nruest Date: Sun, 26 Jun 2016 19:47:20 -0400 Subject: [PATCH] Add License README badge and CONTRIB badge; Address https://github.com/Islandora-CLAW/CLAW/issues/263 and https://github.com/Islandora-CLAW/CLAW/issues/277 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a62df18..c391845b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.5-8892BF.svg?style=flat-square)](https://php.net/) [![Downloads](https://img.shields.io/packagist/dt/islandora/crayfish.svg?style=flat-square)](https://packagist.org/packages/islandora/crayfish) [![Build Status](https://travis-ci.org/Islandora-CLAW/Crayfish.svg?branch=master)](https://travis-ci.org/Islandora-CLAW/Crayfish) +[![Contribution Guidelines](http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg)](./CONTRIBUTING.md) +[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](./LICENSE) [![codecov](https://codecov.io/gh/Islandora-CLAW/Crayfish/branch/master/graph/badge.svg)](https://codecov.io/gh/Islandora-CLAW/Crayfish) This is a top level container for the various Islandora CLAW microservices, lovingly known as Crayfish. It allows you to mount the various endpoints at one port on one machine and makes a development vagrant/docker configuration easier to produce.