diff --git a/README.md b/README.md index f7b4222..8ad76de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@
@@ -29,7 +30,7 @@ MiniWord is an easy and effective .NET Word Template library. ## Getting Started -### Installation +### Installation - nuget link : https://www.nuget.org/packages/MiniWord @@ -94,7 +95,7 @@ MiniWord.SaveAsByTemplate(path, templatePath, value); ### Image -Value type is `MiniWordPicture` +Value type is `MiniWordPicture` ##### Example @@ -335,10 +336,10 @@ var value = new If value type is `MiniWordHyperLink` system will replace template string by hyperlink. * Url: HyperLink URI target path -* Text:Description +* Text:Description ```csharp -var value = new +var value = new { ["Name"] = new MiniWordHyperLink(){ Url = "https://google.com", diff --git a/README.zh-CN.md b/README.zh-CN.md index a97951c..5d0e1a2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,7 +1,8 @@ @@ -280,7 +281,7 @@ MiniWord.SaveAsByTemplate(path, templatePath, value); ##### Example ```csharp -var value = new +var value = new { LoopData = new List