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