diff --git a/installation/nuget.md b/installation/nuget.md index 433a8e1154..e6c5fdf7dd 100644 --- a/installation/nuget.md +++ b/installation/nuget.md @@ -142,20 +142,23 @@ You can [generate your Telerik NuGet API Key on telerik.com](https://www.telerik The `Telerik.UI.for.Blazor` NuGet package and most of its dependencies reside on `nuget.telerik.com`. On the other hand, the [Telerik icon packages]({%slug common-features-icons%}) reside on `nuget.org`. The correct [package source mapping](https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping) configuration should be similar to: ->caption packageSourceMapping configuration for Telerik UI for Blazor +>caption packageSourceMapping configuration for Telerik UI for Blazor and other Telerik Packages
````CSHTML - - - - - - - - + + + + + + + + + + + ````