From 5c56f3e3d489f02b2561ef2d63248074e53e5b33 Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 5 Aug 2021 16:17:01 +0800 Subject: [PATCH] Update Basic-Theme.md --- docs/en/UI/AspNetCore/Basic-Theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/AspNetCore/Basic-Theme.md b/docs/en/UI/AspNetCore/Basic-Theme.md index 50a82142ef..34ea9ac849 100644 --- a/docs/en/UI/AspNetCore/Basic-Theme.md +++ b/docs/en/UI/AspNetCore/Basic-Theme.md @@ -85,7 +85,7 @@ See the [User Interface Customization Guide](Customization-User-Interface.md) to You can run the following [ABP CLI](../../CLI.md) command in **Web** project directory to copy the source code to your solution: -`abp add-package Volo.Abp.AspNetCore.Components.Server.BasicTheme --with-source-code --add-to-solution-file` +`abp add-module Volo.BasicTheme --with-source-code --add-to-solution-file` ----