diff --git a/readme.md b/readme.md index 1bf3bed..37e0347 100644 --- a/readme.md +++ b/readme.md @@ -60,8 +60,8 @@ See [LanguageId.cs](ColorCode.Core/Common/LanguageId.cs) for the list of availab | NuGet Package | Description | | --- | --- | | [ColorCode.Core](https://www.nuget.org/packages/ColorCode.Core) | The Core Library, containing the Parser, and the classes to create your own formatter. | -| [ColorCode.HTML](https://www.nuget.org/packages/ColorCode.UWP) | The Library containing the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code. | -| [ColorCode.UWP](https://www.nuget.org/packages/ColorCode.HTML) | The Library containing the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock. | +| [ColorCode.HTML](https://www.nuget.org/packages/ColorCode.HTML) | The Library containing the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code. | +| [ColorCode.UWP](https://www.nuget.org/packages/ColorCode.UWP) | The Library containing the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock. | ## Supported SDKs