diff --git a/docs/en/UI/AspNetCore/Basic-Theme.md b/docs/en/UI/AspNetCore/Basic-Theme.md index 9f5a4c368a..e2cad8d3d2 100644 --- a/docs/en/UI/AspNetCore/Basic-Theme.md +++ b/docs/en/UI/AspNetCore/Basic-Theme.md @@ -83,7 +83,7 @@ See the [User Interface Customization Guide](Customization-User-Interface.md) to ### Copy & Customize -You can run the following [ABP CLI](../../CLI.md) command to copy the source code to your solution: +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` diff --git a/docs/en/UI/Blazor/Basic-Theme.md b/docs/en/UI/Blazor/Basic-Theme.md index 970598462d..fc2d7a0526 100644 --- a/docs/en/UI/Blazor/Basic-Theme.md +++ b/docs/en/UI/Blazor/Basic-Theme.md @@ -50,11 +50,11 @@ See the [Customization / Overriding Components](Customization-Overriding-Compone ### Copy & Customize -You can run the following [ABP CLI](../../CLI.md) commands to copy the source code to your solution: +You can run the following [ABP CLI](../../CLI.md) command in **Blazor WebAssembly** project directory to copy the source code to your solution: `abp add-package Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme --with-source-code --add-to-solution-file` -Then, navigate to downloaded `Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme` project folder and run: +Then, navigate to downloaded `Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme` project directory and run: `abp add-package Volo.Abp.AspNetCore.Components.Web.BasicTheme --with-source-code --add-to-solution-file`