diff --git a/README.md b/README.md index 5f39cc4..0917bce 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ `KnowledgePicker.WordCloud` is a modern (.NET Standard 2.0) and fast library for arranging and drawing [word clouds](https://knowledgepicker.com/t/427/tag-word-cloud) (a.k.a. tag clouds or wordle). +![Sample Word Cloud](example.png) + ## How to use 1. Install [NuGet package `KnowledgePicker.WordCloud`](https://www.nuget.org/packages/KnowledgePicker.WordCloud/). diff --git a/WordCloud.sln b/WordCloud.sln index da6fae9..2efef5d 100644 --- a/WordCloud.sln +++ b/WordCloud.sln @@ -17,6 +17,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{D1 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordFrequency.ConsoleApp", "examples\WordFrequency.ConsoleApp\WordFrequency.ConsoleApp.csproj", "{04B54227-4468-4505-B319-A270BBCFCCE5}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{F47A7AED-602F-4B34-B58C-D512AAC6B17A}" + ProjectSection(SolutionItems) = preProject + example.png = example.png + LICENSE = LICENSE + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/example.png b/example.png new file mode 100644 index 0000000..68111f2 Binary files /dev/null and b/example.png differ