From c94e8ca6bbd928ec4635dacb5b0818682fd83bbf Mon Sep 17 00:00:00 2001 From: Eliot Jones Date: Thu, 9 Nov 2017 19:27:21 +0000 Subject: [PATCH] add build badge to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0fafa44..857798c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # UglyToad.Pdf # -Convert the [PdfBox](https://github.com/apache/pdfbox) code to C#. \ No newline at end of file +[![Build status](https://ci.appveyor.com/api/projects/status/emuspytot1e6w379?svg=true)](https://ci.appveyor.com/project/EliotJones/pdfbox) + +Convert the [PdfBox](https://github.com/apache/pdfbox) code to C#.