diff --git a/installation/nuget.md b/installation/nuget.md
index e6c5fdf7dd..1e569892c2 100644
--- a/installation/nuget.md
+++ b/installation/nuget.md
@@ -114,7 +114,7 @@ To edit a `NuGet.Config` file and add the Telerik feed, you need to:
-
+
@@ -142,28 +142,36 @@ 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:
+> Make sure that the `key` values in the `packageSourceMapping` section match the `key` values in the `packageSources` section, otherwise you will get a "Package not found" error.
+
>caption packageSourceMapping configuration for Telerik UI for Blazor and other Telerik Packages
````CSHTML
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
````
-> Make sure that the `key` values in the `packageSourceMapping` section match the `key` values in the `packageSources` section, otherwise you will get a "Package not found" error.
-
## Access NuGet Packages behind Firewall