From ab309c5e134814eb44a5743ace2a58ae5697f1be Mon Sep 17 00:00:00 2001 From: egonl <34315684+egonl@users.noreply.github.com> Date: Thu, 4 Jan 2018 06:34:42 +0100 Subject: [PATCH] Added badges to readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3101d5..77d0ed9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![NuGet](https://img.shields.io/nuget/v/SharpDocx.svg)](https://www.nuget.org/packages/SharpDocx/) +[![MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/egonl/SharpDocx/blob/master/LICENSE) # SharpDocx *C# library for creating Word documents* @@ -15,4 +17,4 @@ Out of the box SharpDocx supports inserting text, tables, images and more. See t If you want, you can specify a view model to be used in your view. Then you could write things like <% foreach (var item in Model.MyList) { %>. See the Model sample. -If you want to do something that's not supported by SharpDocx, you can do so by creating your own document subclass. See the Inheritance example. \ No newline at end of file +If you want to do something that's not supported by SharpDocx, you can do so by creating your own document subclass. See the Inheritance example.