From c98dea032b09afbe61da75ebd8422fce5a9ccc15 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Wed, 13 Jun 2018 13:38:55 +0300 Subject: [PATCH] Fix nuget package naming in to doc. --- docs/AspNetCore/Bundling-Minification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/AspNetCore/Bundling-Minification.md b/docs/AspNetCore/Bundling-Minification.md index 9b3762c5c2..235dcc6e43 100644 --- a/docs/AspNetCore/Bundling-Minification.md +++ b/docs/AspNetCore/Bundling-Minification.md @@ -224,7 +224,7 @@ Using the built-in contributors for standard packages; Standard package contributors are defined in the `Volo.Abp.AspNetCore.Mvc.UI.Packages` nuget package. To install it into your project: ```` -install-package Volo.Abp.AspNetCore.Mvc.UI.Bundling +install-package Volo.Abp.AspNetCore.Mvc.UI.Packages ```` Then add the `AbpAspNetCoreMvcUiPackagesModule` module dependency to your own module @@ -245,7 +245,7 @@ namespace MyCompany.MyProject ##### Themes -Themes (TODO: link) uses the standard package contributors to add library resources to page layouts. +Themes (TODO: link) also uses the standard package contributors to add library resources to page layouts. ### See Also