Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/egonl/SharpDocx
Browse files Browse the repository at this point in the history
  • Loading branch information
egonl committed Jan 4, 2018
2 parents 0f72288 + ab309c5 commit 89f8242
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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*

Expand All @@ -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.
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.

0 comments on commit 89f8242

Please sign in to comment.