From 4790bfcc962b068aab4458a170dc9151eb06f19f Mon Sep 17 00:00:00 2001 From: James South Date: Fri, 27 Mar 2015 09:53:42 +0000 Subject: [PATCH] Fix tables Former-commit-id: 1519e69721e801a665bfc7470d1a7fcf128a6203 Former-commit-id: fa1dc52ad3f8250f7916070f2679a3e2152fde87 Former-commit-id: e8ba12b94cc99cc83bfddd95c1dc20650481d9a8 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b2ab254f..e01491165 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ ### Build Status +|Branch | | +|:--------|:--------| |**Debug**|[![Build status](https://ci.appveyor.com/api/projects/status/8ypr7527dnao04yr?svg=true)](https://ci.appveyor.com/project/JamesSouth/imageprocessor)| |**Release**|[![Build status](https://ci.appveyor.com/api/projects/status/8ypr7527dnao04yr/branch/Master?svg=true)](https://ci.appveyor.com/project/JamesSouth/imageprocessor/branch/Master)| |**Coverage Report**|[![Coverage Status](https://coveralls.io/repos/JimBobSquarePants/ImageProcessor/badge.svg)](https://coveralls.io/r/JimBobSquarePants/ImageProcessor?branch=v2)| ### Latest Releases - +|Library |Version |Downloads | +|:-----------------|:-----------------|:-----------------| |**ImageProcessor**|[![Nuget count](http://img.shields.io/nuget/v/ImageProcessor.svg)](https://www.nuget.org/packages/ImageProcessor/)|[![Nuget downloads](http://img.shields.io/nuget/dt/ImageProcessor.svg)](https://www.nuget.org/packages/ImageProcessor/)| |**ImageProcessor.Web**|[![Nuget count](http://img.shields.io/nuget/v/ImageProcessor.Web.svg)](https://www.nuget.org/packages/ImageProcessor.Web/)|[![Nuget downloads](http://img.shields.io/nuget/dt/ImageProcessor.Web.svg)](https://www.nuget.org/packages/ImageProcessor.Web/)| @@ -43,4 +46,4 @@ ImageProcessor's documentation, included in this repo in the gh-pages branch, is - **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. 2. From the root `/ImageProcessor` directory, run `jekyll serve` in the command line. 3. Open in your browser to navigate to your site. -Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/). \ No newline at end of file +Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).